9 lines
232 B
Bash
Executable file
9 lines
232 B
Bash
Executable file
# !/bin/bash
|
|
killall x64sc
|
|
|
|
./build.sh \
|
|
&& nohup flatpak run net.sf.VICE -windowypos 0 -windowxpos 960 -windowwidth 945 -windowheight 720 -moncommands program.lbl file.prg </dev/null &>/dev/null &
|
|
|
|
sleep 2
|
|
rm source.o
|
|
rm file.prg
|