芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/cloud.pulsehost.co.uk/dev/php-test.sh
#!/bin/bash ../vendor/bin/phpcs --standard=PHPCompatibility --extensions=php --report-full=./CS-report-modules.txt --runtime-set testVersion 5.4 -pvs ../modules/; ../vendor/bin/phpcs --standard=PHPCompatibility --extensions=php --report-full=./CS-report-system.txt --runtime-set testVersion 5.4 -pvs ../system/; read -p "Exit: " response