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