Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
8 lines (7 sloc)
344 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ########### *NIX TASK BATCH FILE ################## | |
| # Be sure to replace the path to php executable # | |
| # with the actual path to your php executable # | |
| # file. Do not change anything else. # | |
| # Example: /usr/bin/php -q index.php _task=1 # | |
| ################################################### | |
| php -q index.php _task=1 |