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
|