Skip to content

Instantly share code, notes, and snippets.

@paaloeye
Created August 16, 2012 23:12
Show Gist options
  • Save paaloeye/3374393 to your computer and use it in GitHub Desktop.
Save paaloeye/3374393 to your computer and use it in GitHub Desktop.
Shell command for download and execute sort algorithm
curl -s https://gist.github.com/gists/f5f20c1d973dd6c3ebdb/download | tar -xO | ruby -- - "`ruby -e 'require "pp"; pp (1..1000).to_a.shuffle'`" :desk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment