Same filename and directory in other branches
  1. 4.7.x scripts/cron-lynx.sh
  2. 5.x scripts/cron-lynx.sh
  3. 6.x scripts/cron-lynx.sh
  4. 7.x 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