backend/tools/run

6 lines
56 B
Bash
Executable file

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