home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / drupal-6.0.exe / drupal-6.0 / scripts / cron-curl.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  2006-08-22  |  124 b   |  5 lines

  1. #!/bin/sh
  2. # $Id: cron-curl.sh,v 1.3 2006/08/22 07:38:24 dries Exp $
  3.  
  4. curl --silent --compressed http://example.com/cron.php
  5.