6 lines
174 B
Bash
Executable File
6 lines
174 B
Bash
Executable File
base="/storage/var/www/html/developers/clemens/core_data/php_libraries/trunk/";
|
|
# must be run in ${base}
|
|
cd $base;
|
|
${base}tools/phan --progress-bar -C --analyze-twice;
|
|
cd ~;
|