You are here

cron-lynx.sh in Drupal 4

Same filename and directory in other branches
  1. 5 scripts/cron-lynx.sh
  2. 6 scripts/cron-lynx.sh
  3. 7 scripts/cron-lynx.sh
#!/bin/sh

/usr/bin/lynx -source http://yoursite.com/cron.php > /dev/null 2>&1

File

scripts/cron-lynx.sh
View source
  1. #!/bin/sh
  2. /usr/bin/lynx -source http://yoursite.com/cron.php > /dev/null 2>&1