mirror of
https://github.com/Pecusx/jataricart.git
synced 2026-05-21 06:39:37 +02:00
7 lines
122 B
Bash
Executable File
7 lines
122 B
Bash
Executable File
outfile=BASICXEflashwrite
|
|
cd `dirname $0`
|
|
mads flashwrite.asx -m:macroflashname.asx -o:"$outfile".xex
|
|
rm "$outfile".lst
|
|
|
|
|