diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-11-29 16:30:59 +1100 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-11-29 16:30:59 +1100 |
commit | 3ae055586fc68a34e1339eaba2bc673b7668b1a2 (patch) | |
tree | e939ebb13d6c4df79a767935949c59d6e506fa22 /compile-rom.sh | |
parent | 87966c53af716d34332e2ea6583ab9739bde935a (diff) |
changed ROM handling temporarily
Diffstat (limited to 'compile-rom.sh')
-rwxr-xr-x | compile-rom.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compile-rom.sh b/compile-rom.sh deleted file mode 100755 index 9cea27c..0000000 --- a/compile-rom.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -cat wozmon.txt | cut -c 7- | tr -d [:space:] | xxd -r -p > rom.bin |