repo.or.cz
/
cinan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pacman database update
[cinan.git]
/
skripty
/
hlasenie.sh
blob
9443083cc95143a26446bc4ed246715b83c8faac
1
#!/bin/sh
2
while
[
1
==
1
];
do
3
sleep
1
h
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
8
9
done