cron-lynx.sh

Same filename in other branches
  1. 7.x scripts/cron-lynx.sh
  2. 9 core/scripts/cron-lynx.sh
  3. 8.9.x core/scripts/cron-lynx.sh
  4. 10 core/scripts/cron-lynx.sh
#!/bin/sh

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

File

core/scripts/cron-lynx.sh

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.