Files
development/4dev/checking/phan.sh
Clemens Schwaighofer c4e83f94e9 Check scripts update
2025-06-05 17:56:29 +09:00

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;