backend/tools/run
2024-04-22 16:09:04 +02:00

7 lines
56 B
Bash
Executable file

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