git @ Cat's Eye Technologies Funicular / 2abc1e0
Copy Apple Befunge sources from source disk to system disk. Chris Pressey 7 years ago
1 changed file(s) with 4 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
2121 "
2222
2323 setup_script() {
24 a2ls "${SYSTEM_IMAGE}"
2524 for a2file in MYHELLO KEYS KEYS1 AA; do
2625 a2rm "${SYSTEM_IMAGE}" $a2file
2726 done
28 a2ls "${SYSTEM_IMAGE}"
2927 for a2file in APPLE\ BEFUNGE\ EDITOR ; do
3028 a2out -r distrepos/apple-befunge/disk/befunge.dsk "${a2file}"|a2in -r a "${SYSTEM_IMAGE}" "${a2file}"
3129 done
30 for a2file in HELLO.BF HEX.BF HWII.BF MAZE.BF ; do
31 a2out -r distrepos/apple-befunge/disk/befunge.dsk "${a2file}"|a2in -r t "${SYSTEM_IMAGE}" "${a2file}"
32 done
33
3234 a2ls "${SYSTEM_IMAGE}"
3335 }