Easy way to implement interesting Sleep Sorting Algorithm using Bash

Source: https://gist.github.com/mmazer/3773811

To test:

$ ./sleep_sorting.sh 3 1 1 5 6 2
1
1
2
3
5
6

Comments