added screenkill

Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
master
Ebbe Baß 2022-07-07 08:13:44 +02:00
parent 5c5ab114bc
commit 8158ea6e1b
1 changed files with 2 additions and 1 deletions

View File

@ -10,3 +10,4 @@ screen -m -d meme-of-the-day
sleep 5 sleep 5
screen -S meme-of-the-day -X stuff 'cd /var/www/html/meme-of-the-day-wallpaper/\n' screen -S meme-of-the-day -X stuff 'cd /var/www/html/meme-of-the-day-wallpaper/\n'
screen -S meme-of-the-day -X stuff 'python3 save-image.py\n' screen -S meme-of-the-day -X stuff 'python3 save-image.py\n'
screen -S meme-of-the-day -X stuff 'screen -X -S meme-of-the-day kill\n'