Skip to content

Instantly share code, notes, and snippets.

@trondkr
Created April 19, 2014 21:02
Show Gist options
  • Save trondkr/11097418 to your computer and use it in GitHub Desktop.
Save trondkr/11097418 to your computer and use it in GitHub Desktop.
Zip archive
#!/bin/bash
cd /Users/trondkr/Projects/Syncsolution/Archives
/usr/bin/zip -r Syncsolution-bamboobuild-${bamboo.buildNumber}.xarchive.zip Syncsolution-bamboobuild-${bamboo.buildNumber}.xarchive
echo "Finished creating ZIP file of archive"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment