sysadmin.sh/install.sh

4 lines
61 B
Bash
Raw Normal View History

2025-01-03 16:29:33 +08:00
#!/bin/sh
2025-01-03 18:15:13 +08:00
sed s/hello_world.sh/$1/g example.dd > payload.dd
2025-01-03 16:29:33 +08:00