Skip to content

Instantly share code, notes, and snippets.

@steinmb
Created May 20, 2015 14:10
Show Gist options
  • Save steinmb/c3473887d2566a86587f to your computer and use it in GitHub Desktop.
Save steinmb/c3473887d2566a86587f to your computer and use it in GitHub Desktop.
Simple Drush wrapper script
#!/bin/bash
cd drupal || exit
drush "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment