index
:
bin
master
My scripts
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pause-proc
blob: 46e5799f4c31e230aea8d89a3cf1b174a60781b6 (
plain
)
1
2
3
4
5
6
#!/bin/bash pkill -STOP "$@" echo "press enter to unpause" read pkill -CONT "$@"