Remove build file

This commit is contained in:
KBD2 2021-06-09 01:22:12 +12:00
parent 9508bd0fb0
commit b67b1fe149
2 changed files with 1 additions and 8 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
/deploy
/build
build-fx
.vscode
*.g1a

7
build
View File

@ -1,7 +0,0 @@
fxsdk build-fx
for f in ./*.g1a
do
cp "$f" /mnt/s/"$f"
ssh pi@192.168.0.100 "cd \$HOME/shared;p7 send -f -# \"$f\""
echo "Built and sent $f"
done