4 lines
64 B
Cheetah
4 lines
64 B
Cheetah
|
#!/bin/sh
|
||
|
cd "$(dirname "$0")"
|
||
|
exec ./build/{{.executableName}}
|