Skip to content

Instantly share code, notes, and snippets.

@greggles
Created September 13, 2013 16:34
Show Gist options
  • Save greggles/6552978 to your computer and use it in GitHub Desktop.
Save greggles/6552978 to your computer and use it in GitHub Desktop.
date
/usr/bin/drush @cap.l sql-drop -y
bunzip2 -c /Users/greggles/db/card_db_backups/card.prod_backup_post_sanitize_latest.sql.bz2 | /usr/bin/drush @cap.l sqlc
compass compile /Users/greggles/workspace/cap/sites/all/themes/atelerix/
/usr/bin/drush @cap.l cc all
/usr/bin/drush @cap.l dis -y paranoia
/usr/bin/drush @cap.l php-eval "user_role_grant_permissions(1, array('access devel information'));"
/usr/bin/drush @cap.l php-eval "user_role_grant_permissions(2, array('access devel information'));"
/usr/bin/drush @cap.l updb -y
date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment