Buildtools BuildTranslateInputFile.php updated for git
[spidio.git] / _devtools_cli / qcodo_downloader.cli
blob95c47b17f0951e9af9478671b589c1395f8bd45f
1 #!/usr/bin/env php
2 <?php
3 /**
4 * This is a *nix/Mac-based PHP CLI (Command Line Interface) script
5 * to perform Qcodo Update Utility's File Downloading.
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_downloader.cli [SETTINGS...]
14 // Specify we are Non-Windows
15 $blnWindows = false;
17 // Include the rest of the OS-agnostic script
18 require('qcodo_downloader.inc.php');