c64-livecoding/host/run.sh
2025-08-01 13:41:13 +02:00

4 lines
215 B
Bash
Executable file

# !/bin/bash
killall x64sc
make BUILD_TYPE=test; \
nohup flatpak run net.sf.VICE -windowypos 0 -windowxpos 960 -windowwidth 945 -windowheight 720 -moncommands build/host.lbl build/host.prg </dev/null &>/dev/null &