Deletion of deprecated scripts

This commit is contained in:
i.ortega 2020-05-08 15:56:52 +02:00
parent 7724e30443
commit d234e82408
2 changed files with 0 additions and 17 deletions

View File

@ -1,6 +0,0 @@
#!/usr/bin/env sh
stop_file="/tmp/stop-select-videos-to-watch"
xargs kill < "$stop_file"
rm $stop_file

View File

@ -1,11 +0,0 @@
#!/usr/bin/env sh
stop_file="/tmp/stop-select-videos-to-watch"
if [ ! -e $stop_file ]; then
notify-send "Looking" "Select Video to Watch"
dash $SCRIPTS/select-videos-to-watch.sh
else
notify-send "Stop Looking"
dash $SCRIPTS/stop-select-videos-to-watch.sh
fi