芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/portal.pulsehost.co.uk/vendor/phpmyadmin/sql-parser/tools/run_generators.sh
#!/bin/bash export LC_ALL=C # # Runs the test and context generators. # BASE="$(dirname $0)" echo "Using base dir: $BASE" cd $BASE php ContextGenerator.php contexts/ ../src/Contexts php TestGenerator.php ../tests/data ../tests/data echo "Done."