15 lines
360 B
Markdown
15 lines
360 B
Markdown
# 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)
|
|
|
|
Bootstrap your shell scripts with duckyscript.
|
|
|
|
```sh
|
|
# To generate payload.dd replace hello_world.sh with scripts name.
|
|
./install.sh hello_world.sh
|
|
```
|