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