You are here

cron-lynx.sh in Drupal 6

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

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

File

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