1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-01-14 13:31:17 +00:00
8bitworkshop/scripts/sync-tools.sh

9 lines
337 B
Bash
Raw Normal View History

2018-08-06 17:29:59 -04:00
#!/bin/bash
2018-07-26 08:50:20 -07:00
. ./scripts/env.sh
VERSION=`git tag | tail -1`
2018-07-26 08:50:20 -07:00
DESTPATH=$RSYNC_PATH/
git archive --format tar.gz --prefix 8bitworkshop- HEAD tools/ > release/8bitworkshop-tools.tgz
2019-01-17 13:04:42 -05:00
git archive --format zip --prefix 8bitworkshop- HEAD tools/ > release/8bitworkshop-tools.zip
2019-05-18 15:26:51 -04:00
rsync --stats -rpilvz --chmod=a+rx -e "ssh" ./release $DESTPATH/