pandoc-latex-template/release.sh

3 lines
125 B
Bash
Raw Permalink Normal View History

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