1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 00:17:04 +00:00

added scripts

This commit is contained in:
Steven Hugg
2018-07-26 08:50:20 -07:00
parent 5756f3b467
commit bc5fe5a5cf
10 changed files with 69 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
. ./scripts/env.sh
DESTPATH=$RSYNC_PATH/dev/
git ls-files -z | rsync --stats --exclude '.*' --exclude 'scripts/*' --exclude=node_modules -aril -e "ssh -p 2222" --files-from - -0 . $DESTPATH
git archive --format tar.gz --prefix 8bitworkshop- HEAD tools/ > release/8bitworkshop-tools.tgz
rsync --stats -arilvz -e "ssh -p 2222" ./gen ./mame $DESTPATH/