mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 09:01:39 -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
|
||||
|
||||
xterm -e "sleep 1 && aj-snapshot -r .ajsnapshot" &
|
||||
|
||||
./luppp
|
||||
|
||||
set -e
|
||||
tup upd
|
||||
xterm -e "sleep 1 && aj-snapshot -r .ajsnapshot" ; ./luppp
|
||||
|
|
Loading…
Add table
Reference in a new issue