Skip to content

Instantly share code, notes, and snippets.

@TiborUdvari
Created November 25, 2016 12:54
Show Gist options
  • Save TiborUdvari/5c36a21b903a6dd10e6d98833075c735 to your computer and use it in GitHub Desktop.
Save TiborUdvari/5c36a21b903a6dd10e6d98833075c735 to your computer and use it in GitHub Desktop.
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