mirror of
https://github.com/zellyn/diskii.git
synced 2024-11-25 04:31:32 +00:00
8 lines
302 B
Bash
Executable File
8 lines
302 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Quick little script to add failing commands to, so I know what I'm working on next.
|
|
set -euo pipefail
|
|
set -x
|
|
# go run . nakedos mkhello supermon-audit-new.dsk DF02
|
|
# go run . put -f supermon-audit-new.dsk DF02:FWORLD audit.o
|
|
go run . dump ./data/disks/ProDOS_2_4_2.po VIEW.README
|