6 lines
56 B
Bash
Executable file
6 lines
56 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
cd build
|
|
./espe $@
|
|
cd - > /dev/null
|
|
|