5 lines
199 B
Bash
Executable file
5 lines
199 B
Bash
Executable file
# !/bin/bash
|
|
killall x64sc
|
|
|
|
make \
|
|
&& nohup flatpak run net.sf.VICE -windowypos 0 -windowxpos 960 -windowwidth 945 -windowheight 720 -moncommands program.lbl build/file.prg </dev/null &>/dev/null &
|