fix bad run script.

This commit is contained in:
hugova 2025-07-27 21:29:54 +02:00
parent 1c9a29fcf4
commit 8616393991

View file

@ -1,5 +1,4 @@
# !/bin/bash # !/bin/bash
killall x64sc killall x64sc
make; \
make \ 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 &
&& nohup flatpak run net.sf.VICE -windowypos 0 -windowxpos 960 -windowwidth 945 -windowheight 720 -moncommands program.lbl build/file.prg </dev/null &>/dev/null &