Skip to content

Instantly share code, notes, and snippets.

@peczenyj
Created December 1, 2011 17:32
Show Gist options
  • Save peczenyj/1418416 to your computer and use it in GitHub Desktop.
Save peczenyj/1418416 to your computer and use it in GitHub Desktop.
Sleep Sort
for i in 4 9 8 7 1 2; do
sleep $i && echo $i &
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment