svw/svw-stop

7 lines
105 B
Bash

#!/usr/bin/env sh
stop_file="/tmp/stop-select-videos-to-watch"
xargs kill < "$stop_file"
rm $stop_file