mirror of
https://github.com/Pecusx/jataricart.git
synced 2026-05-20 22:33:22 +02:00
added example
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
|
||||
for i in *; do
|
||||
! [ -f "$i/macroflashname.asx" ] && continue
|
||||
./makeflashwrite.sh "$i" noprocess
|
||||
echo "press RETURN"
|
||||
read
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user