.
This commit is contained in:
2
Msg/EXnenv.bat
Normal file
2
Msg/EXnenv.bat
Normal file
@ -0,0 +1,2 @@
|
||||
set DUFUS=
|
||||
set TCHATID=
|
||||
2
Msg/EXnenvH.bat
Normal file
2
Msg/EXnenvH.bat
Normal file
@ -0,0 +1,2 @@
|
||||
set DUFUS=
|
||||
set TCHATID=
|
||||
9
Msg/nmsg.bat
Normal file
9
Msg/nmsg.bat
Normal file
@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
set SECRETS="%BASE%\secrets\nenv.bat"
|
||||
call %SECRETS%
|
||||
|
||||
set MSG=bungler dungler
|
||||
set STRING='%~1%'
|
||||
|
||||
curl -d %STRING% ntfy.sh/%DUFUS%
|
||||
|
||||
9
Msg/nmsgH.bat
Normal file
9
Msg/nmsgH.bat
Normal file
@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
set SECRETS="%BASE%\secrets\nenvH.bat"
|
||||
call %SECRETS%
|
||||
|
||||
set MSG=bungler dungler
|
||||
set STRING='%~1%'
|
||||
|
||||
curl -d %STRING% ntfy.sh/%DUFUS%
|
||||
|
||||
9
Msg/tmessage.bat
Normal file
9
Msg/tmessage.bat
Normal file
@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
call C:\Scripts\wBase\baseENV.bat
|
||||
@REM xxxxxxx
|
||||
|
||||
|
||||
set STRING='%~1%'
|
||||
|
||||
call %BASE%\Msg\nmsg.bat %STRING%
|
||||
|
||||
9
Msg/tmessageH.bat
Normal file
9
Msg/tmessageH.bat
Normal file
@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
call C:\Scripts\wBase\baseENV.bat
|
||||
@REM xxxxxxx
|
||||
|
||||
|
||||
set STRING='%~1%'
|
||||
|
||||
call %BASE%\Msg\nmsgH.bat %STRING%
|
||||
|
||||
Reference in New Issue
Block a user