Skip to content

Instantly share code, notes, and snippets.

@michaelroper
Created February 11, 2011 06:51
Show Gist options
  • Save michaelroper/822027 to your computer and use it in GitHub Desktop.
Save michaelroper/822027 to your computer and use it in GitHub Desktop.
#!/bin/bash
# emailserve.sh
# for running both serve and livereload from a single command
# so I can do easy previews when designering emails
cd ~/Sites/EmailTemplates/
serve 5000 &
livereload &
echo 'Starting serve and livereload...'
wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment