pacman database update
[cinan.git] / skripty / hlasenie.sh
blob9443083cc95143a26446bc4ed246715b83c8faac
1 #!/bin/sh
2 while [ 1 == 1 ]; do
3 sleep 1h
4 if [ ! $(pidof smplayer) ]; then
5 notify-send "I'M BOT. GET OUT OF HERE! (now)"
6 fi
7 echo $(date) > /home/cinan/hlasenie.log
9 done