Run Drupal Cron via Bash with Drush
2016-02-04
Updated 2020-07-15
Run Drupal Cron via Bash with Drush
date
DRUPALHOME=/path/to/drupal/site
cd $DRUPALHOME
drush cron
date