FiraCode/script/package

12 wiersze
199 B
Plaintext
Czysty Zwykły widok Historia

2020-05-17 21:34:17 +00:00
#!/bin/zsh -euo pipefail
cd "`dirname $0`/.."
VERSION="$(git describe --tags)"
2020-05-17 21:34:17 +00:00
FILE="Fira_Code_v$VERSION.zip"
rm -f $FILE
pushd distr
find . -not -name ".*" | xargs zip ../$FILE
popd
ls -lah $FILE