5 lines
No EOL
117 B
Bash
Executable file
5 lines
No EOL
117 B
Bash
Executable file
#!/bin/sh
|
|
# Define filename as variable
|
|
PROGNAME="multicolorbm"
|
|
# Compile and assemble directly
|
|
c65gm ${PROGNAME}.c65 |