mirror of
https://github.com/vee1e/PcapMonkey.git
synced 2026-09-01 17:57:29 +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 |