You are here

cron-curl.sh in Drupal 5

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

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

File

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