svw/svw-stop

7 lines
105 B
Plaintext
Raw Normal View History

2020-05-08 12:49:35 +02:00
#!/usr/bin/env sh
stop_file="/tmp/stop-select-videos-to-watch"
xargs kill < "$stop_file"
rm $stop_file