mirror of
https://github.com/Pecusx/jataricart.git
synced 2026-05-20 22:33:22 +02:00
added verify empty flash before formatting
This commit is contained in:
@@ -6,7 +6,7 @@ echo Copy $outfile to card?
|
||||
read
|
||||
|
||||
while true; do
|
||||
[ -d "$vol" ] && cp "$outfile" "$vol"/ATARI/ && { eject; exit; }
|
||||
[ -d "$vol" ] && cp -v "$outfile" "$vol"/ATARI/ && { eject; exit; }
|
||||
echo Waiting for card inserted...
|
||||
sleep 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user