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
17 // Include the rest of the OS-agnostic script
18 require('qcodo_updater.inc.php');