You are here

cron-curl.sh in Drupal 9

Same filename and directory in other branches
  1. 8 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