mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-06 01:21:38 -05:00
-Fixed run.sh script, will now compile & run if compile was successful
This commit is contained in:
parent
72aef2dcdf
commit
839b864b41
1 changed files with 3 additions and 4 deletions
7
run.sh
7
run.sh
|
@ -1,6 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
xterm -e "sleep 1 && aj-snapshot -r .ajsnapshot" &
|
set -e
|
||||||
|
tup upd
|
||||||
./luppp
|
xterm -e "sleep 1 && aj-snapshot -r .ajsnapshot" ; ./luppp
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue