Buildtools BuildTranslateInputFile.php updated for git
[spidio.git] / _devtools_cli / qcodo_updater.cli
blob36e4699085a988ca395115d69ddfdb1cac3dd9f3
1 #!/usr/bin/env php
2 <?php
3 /**
4 * This is a *nix/Mac-based PHP CLI (Command Line Interface) script
5 * to perform the Qcodo Update Utility.
7 * Remember: You may need to update the top line to have it point
8 * to the php binary on your server.
10 * Typical usage would be:
11 * ./qcodo_updater.cli [SETTINGS...]
14 // Specify we are Non-Windows
15 $blnWindows = false;
17 // Include the rest of the OS-agnostic script
18 require('qcodo_updater.inc.php');