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