Skip to content

Commit

Permalink
Added packaging shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
karandeepb committed May 27, 2020
1 parent 47eeef2 commit cc69353
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zip_command
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

zip -r ../batch_save_v3.zip * -x "*.git*" -x "*.DS_Store" -x "screenshots*" -x "*.txt" -x "README" -x "zip_command"

0 comments on commit cc69353

Please sign in to comment.