added new source code packing script, added internet update code

This commit is contained in:
dekunukem
2022-04-03 00:06:04 +01:00
parent 293bc437f0
commit 0b69bd3e27
6 changed files with 143 additions and 9 deletions

View File

@@ -9,6 +9,7 @@ find . -type f -name "*.l#*" -exec rm -f {} \;
find . -type f -name "*.csv#*" -exec rm -f {} \;
find . -type f -name "*.DS_Store*" -exec rm -f {} \;
find . -name "__pycache__" -exec rm -rf {} \;
rm -rfv ./user_program/rpi_app
git add --all
git commit -m "$@"