Skip to content

Instantly share code, notes, and snippets.

@raine
Created August 21, 2012 13:55
Show Gist options
  • Select an option

  • Save raine/3415671 to your computer and use it in GitHub Desktop.

Select an option

Save raine/3415671 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -x verbose #echo on
coffee --bare -c */**.coffee
rsync --delete-excluded \
--exclude '.git*' \
--exclude 'deploy.sh' \
--exclude '*.coffee' \
-va $(pwd) ~/Dropbox/Public
open ~/Dropbox/Public/$(basename `pwd`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment