Skip to content

Instantly share code, notes, and snippets.

@mikedhart
Created February 21, 2017 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikedhart/5683acb6130b29fc422dd7d6daa090c9 to your computer and use it in GitHub Desktop.
Save mikedhart/5683acb6130b29fc422dd7d6daa090c9 to your computer and use it in GitHub Desktop.
#!/bin/bash
/home/mike/.rvm/bin/rvm use ruby-2.3.1@hanover
cd cleversteamapps/Hanover
tmux new -s "hanover" -d "vim"
tmux new-window
tmux send-keys 'rsd' 'C-m'
tmux new-window
tmux send-keys 'bin/rspec' 'C-m'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment