make rotate.sh first class citizen for receiving signal
This commit is contained in:
@@ -11,6 +11,8 @@ mayhem_party_rotate() {
|
||||
pkill -SIGUSR1 -f mayhem-party
|
||||
}
|
||||
|
||||
trap mayhem_party_rotate SIGUSR1
|
||||
|
||||
if [ "$0" == "$BASH_SOURCE" ]; then
|
||||
NEXT=0 mayhem_party_rotate
|
||||
while read -p "$(date) > [press enter to rotate]"; do
|
||||
|
||||
Reference in New Issue
Block a user