6 lines
95 B
Bash
Executable File
6 lines
95 B
Bash
Executable File
base=$(pwd)"/";
|
|
# must be run in ${base}
|
|
cd $base || exit;
|
|
${base}tools/phpstan;
|
|
cd ~ || exit;
|