aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.local/bin/stop
blob: 993b7229fefaedccd2bae8fd2451618da592fef4 (plain) (blame)
1
2
3
4
5
6
7
#!/usr/bin/env sh

eval "$@" &
pid="$!"
echo "$pid"
kill -STOP "$pid"
tail --pid=$pid -f /dev/null