rearranged and simplified configuration files

This commit is contained in:
Jakub Husak
2023-02-10 00:17:57 +01:00
parent d85a75eb36
commit b3c933a99f
39 changed files with 190 additions and 246 deletions
+1
View File
@@ -1,6 +1,7 @@
for i in *; do
! [ -f "$i/macroflashname.asx" ] && continue
echo GENERATE $i ...
./makeflashwrite.sh "$i" noprocess
echo "press RETURN"
read