mirror of
https://github.com/zellyn/diskii.git
synced 2024-10-14 08:23:37 +00:00
7 lines
204 B
Bash
Executable File
7 lines
204 B
Bash
Executable File
go-bindata -pkg data -o data/data.go \
|
|
data/disks/ProDOS_2_4_1.dsk \
|
|
data/disks/dos33master.woz \
|
|
data/boot/prodos-new-boot0.bin \
|
|
data/boot/prodos-old-boot0.bin
|
|
goimports -w data/data.go
|