backend/tools/run

7 lines
56 B
Text
Raw Normal View History

2024-04-22 10:02:34 +02:00
#!/usr/bin/env sh
cd build
2024-04-22 16:09:04 +02:00
./espe $@
2024-04-22 10:02:34 +02:00
cd - > /dev/null