5 lines
87 B
Bash
Executable file
5 lines
87 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
tup upd
|
|
xterm -e "sleep 1 && aj-snapshot -r .ajsnapshot" & ./luppp
|