Skip to content

Instantly share code, notes, and snippets.

@asmedrano
Created November 20, 2013 01:49
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 asmedrano/7556204 to your computer and use it in GitHub Desktop.
Save asmedrano/7556204 to your computer and use it in GitHub Desktop.
Same script different day.
#!/bin/bash
firefox google.com </dev/null &>/dev/null &
sleep 3
firefox -new-tab mail.provplan.org </dev/null &>/dev/null
firefox -new-tab toggl.com </dev/null &>/dev/null
google-chrome gmail.com
google-chrome twitter.com
sleep 2
spotify </dev/null &>/dev/null
sleep 2
hipchat </dev/null &>/dev/null &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment