4 lines
176 B
Bash
Executable file
4 lines
176 B
Bash
Executable file
# !/bin/bash
|
|
make ; \
|
|
./retrodebugger_label_build_tool/rdb_build_label.sh \
|
|
&& nohup retrodebugger -b ./build/host.labels.labels -c64 ./build/file.prg </dev/null &>/dev/null &
|