Skip to content

Instantly share code, notes, and snippets.

@joshwilsdon
Created July 21, 2014 22:41
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 joshwilsdon/e2337109685b1910d826 to your computer and use it in GitHub Desktop.
Save joshwilsdon/e2337109685b1910d826 to your computer and use it in GitHub Desktop.
- if [[ -d /.stage/site && -n $(ls /.stage/site) ]]; then
- echo "install site"
- (cd /.stage/site && tar cbf 512 - *) | \
- (cd /lib/svc/manifest/site && tar xbf 512 -)
- fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment