Watch Star Wars from your Mac terminal with a simple command! (This only works on a Mac currently.) Courtesy of http://www.blinkenlights.nl/services.html
Install the gem from your terminal with:
$ gem install star_wars_telnet
If you use Rbenv to manage your Ruby versions, you may have to run:
$ rbenv rehash
In the terminal, run the command
$ star_wars
and sit back and enjoy!
- Fork it ( https://github.com/[my-github-username]/star_wars_telnet/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request