4 lines
88 B
Bash
Executable File
4 lines
88 B
Bash
Executable File
#!/usr/bin/env bash
|
|
DIR="$(dirname $0)"
|
|
"$DIR/obj2/for_build" "$DIR/src/build.bqn" "$@"
|