cron-curl.sh

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

curl --silent --compressed http://example.com/cron/YOURKEY

File

core/scripts/cron-curl.sh

View source
  1. #!/bin/sh
  2. curl --silent --compressed http://example.com/cron/YOURKEY

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