mirror of
https://github.com/bvanroll/college-pentesting.git
synced 2025-08-29 12:02:46 +00:00
6 lines
66 B
Bash
Executable File
6 lines
66 B
Bash
Executable File
# reload web server alphapd
|
|
killall -q alphapd
|
|
sleep 1
|
|
alphapd &
|
|
|