diff options
Diffstat (limited to 'home/.local/bin/stop')
| -rwxr-xr-x | home/.local/bin/stop | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/home/.local/bin/stop b/home/.local/bin/stop deleted file mode 100755 index 993b722..0000000 --- a/home/.local/bin/stop +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env sh - -eval "$@" & -pid="$!" -echo "$pid" -kill -STOP "$pid" -tail --pid=$pid -f /dev/null |
