Skip to content

Instantly share code, notes, and snippets.

@jacobbednarz
Created March 30, 2013 00:20
Show Gist options
  • Save jacobbednarz/f01ec3770b9daa80c97f to your computer and use it in GitHub Desktop.
Save jacobbednarz/f01ec3770b9daa80c97f to your computer and use it in GitHub Desktop.
→ cat /usr/bin/rails
#!/bin/sh
echo 'Rails is not currently installed on this system. To get the latest version, simply type:'
echo
echo ' $ sudo gem install rails'
echo
echo 'You can then rerun your "rails" command.'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment