mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 09:01:39 -05:00
5 lines
86 B
Bash
Executable file
5 lines
86 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
make
|
|
xterm -e "sleep 1 && aj-snapshot -r .ajsnapshot" & bin/luppp
|