fix bad run script.
This commit is contained in:
parent
1c9a29fcf4
commit
8616393991
1 changed files with 2 additions and 3 deletions
|
@ -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 &
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue