Created
November 25, 2016 12:54
-
-
Save TiborUdvari/5c36a21b903a6dd10e6d98833075c735 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "white rose started" | |
a=1 | |
while true | |
do | |
sleep 600 | |
#afplay /System/Library/Sounds/Tink.aiff | |
say Computer loves you Marc | |
echo $a min | |
let "a += 1" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment