mirror of
https://github.com/zellyn/diskii.git
synced 2024-11-21 23:31:47 +00:00
09ee1c6262
Major refactor to use kong instead of cobra. All functionality that worked before should still be working now. Added `reorder` command
7 lines
247 B
Bash
Executable File
7 lines
247 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
|