4 lines
78 B
Bash
4 lines
78 B
Bash
#!/bin/sh
|
|
make -q uxnmin
|
|
make -q drifloon.rom
|
|
./uxnmin drifloon.rom < $1 > $2
|