Skip to content

Commit

Permalink
Added script to make a release ZIP file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandmalfarbe committed Dec 7, 2018
1 parent bec1b56 commit 7c82f6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

zip -r -X --exclude="*.DS_Store*" "Eisvogel-${1}.zip" "examples" "eisvogel.tex" "icon.png" "LICENSE" "README.md"

0 comments on commit 7c82f6f

Please sign in to comment.