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-lynx.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  2006-08-22  |  136 b   |  5 lines

  1. #!/bin/sh
  2. # $Id: cron-lynx.sh,v 1.3 2006/08/22 07:38:24 dries Exp $
  3.  
  4. /usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1
  5.