6 lines
126 B
Bash
Executable File
6 lines
126 B
Bash
Executable File
base=$(pwd)"/";
|
|
# must be run in ${base}
|
|
cd $base || exit;
|
|
${base}tools/phan --progress-bar -C --analyze-twice;
|
|
cd ~ || exit;
|