5 lines
137 B
Plaintext
5 lines
137 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||
|
$(readlink -f $DIR/../../common/run-project-hooks) prebuild
|