mirror of
https://github.com/vee1e/PcapMonkey.git
synced 2026-09-03 18:58:04 +00:00
5 lines
No EOL
27 B
Bash
Executable file
5 lines
No EOL
27 B
Bash
Executable file
#!/bin/sh
|
|
|
|
sleep $1
|
|
|
|
exit 0 |