Skip to content

Instantly share code, notes, and snippets.

@danielpclark
Last active September 3, 2015 05:44
Embed
What would you like to do?
#!/bin/bash --login
cd /home/user/dev/MyProject
gnome-terminal \
--tab -e "bash -c 'bundle exec guard -i'" \
--tab -e "bash -c 'rails s'" \
--tab -e "bash -c 'rails c'" \
--tab -e "bash -c 'vim'" \
--tab -e "bash" &
firefox --new-tab file:///home/user/dev/MyProject/coverage/index.html#_AllFiles \
--new-tab localhost:3000 \
--new-tab MyProject.slack.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment