mirror of
https://github.com/zellyn/diskii.git
synced 2024-11-21 23:31:47 +00:00
7 lines
247 B
Plaintext
7 lines
247 B
Plaintext
|
#!/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
|