backend/tools/run
2024-04-22 10:02:34 +02:00

6 lines
55 B
Bash
Executable file

#!/usr/bin/env sh
cd build
./aum $@
cd - > /dev/null