7 lines
55 B
Plaintext
7 lines
55 B
Plaintext
|
|
#!/usr/bin/env sh
|
||
|
|
|
||
|
|
cd build
|
||
|
|
./aum $@
|
||
|
|
cd - > /dev/null
|
||
|
|
|