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

apple2: can read from boot prom

This commit is contained in:
Steven Hugg
2020-07-05 12:36:41 -05:00
parent a815b18d7d
commit 0131ed15f3
4 changed files with 89 additions and 21 deletions
+11
View File
@@ -0,0 +1,11 @@
# https://github.com/Kentzo/git-archive-all
# build archives
export VERSION=`git tag | tail -1`
export OUTDIR=dist
echo Creating $OUTDIR
git-archive-all --prefix . release/$OUTDIR.zip
zip -9r release/$OUTDIR.zip gen
mkdir $OUTDIR
cd $OUTDIR
unzip ../release/$OUTDIR.zip
+2 -2
View File
@@ -2,5 +2,5 @@
. ./scripts/env.sh
DESTPATH=$RSYNC_PATH/dev/
git ls-files -z | rsync --stats --exclude '.*' --exclude 'scripts/*' --exclude=node_modules -ril --chmod=a+rx -e "ssh" --files-from - -0 . $DESTPATH
rsync --stats -rpilvz --chmod=a+rx -e "ssh" ./gen config.js $DESTPATH/
git ls-files -z | rsync --stats -riltz --exclude '.*' --exclude 'scripts/*' --exclude=node_modules --chmod=a+rx -e "ssh" --files-from - -0 . $DESTPATH
rsync --stats -riltz --chmod=a+rx -e "ssh" ./gen config.js $DESTPATH/