Skip to content

Instantly share code, notes, and snippets.

@jryans
Created June 20, 2012 16:43
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 jryans/2960860 to your computer and use it in GitHub Desktop.
Save jryans/2960860 to your computer and use it in GitHub Desktop.
Upload all the things
ack -a -G '\.vizr' -l 'upload' | xargs -n 1 dirname | xargs -n 1 -I 'f' sh -c 'vizr build f && vizr dist f && vizr upload f'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment