Skip to content

Instantly share code, notes, and snippets.

@watsy0007
Last active April 20, 2016 05:55
Show Gist options
  • Save watsy0007/3aa46607b144967d697a20f4bc2e0a38 to your computer and use it in GitHub Desktop.
Save watsy0007/3aa46607b144967d697a20f4bc2e0a38 to your computer and use it in GitHub Desktop.
午睡脚本 ./sleep.sh 600 午睡10分钟
sleep $1
while true
do
sleep 1
say "wake up"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment