Skip to content

Instantly share code, notes, and snippets.

@goakley
Created April 5, 2014 13:29
Show Gist options
  • Save goakley/9991960 to your computer and use it in GitHub Desktop.
Save goakley/9991960 to your computer and use it in GitHub Desktop.
#!/bin/bash
editors="ed ex vi emacs"
echo $editors | sed s/\ /\\n/g | shuf | head -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment