Compare commits

...

2 commits

Author SHA1 Message Date
♥ Minnie ♥ a4891bffb7
update README.md 2025-01-04 08:46:41 +08:00
♥ Minnie ♥ 0ea8ddf39a
don't clear console after running the script 2025-01-04 08:46:21 +08:00
2 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,8 @@
# Ducky Payloads
# sysadmin.sh
Repository of various shell scripts to help with system administration.
## Deployment
Create USB Rubber Ducky with Raspberry Pi Pico using [pico-ducky](https://github.com/dbisu/pico-ducky)

View file

@ -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