cron-curl.sh

#!/bin/sh

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

Archivo

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