#!/bin/bash
self=$0
bin=${self%/*}
. $bin/00-00-init
set -o verbose

# ------------------------------------------------------------------ #
# Example 5-1: Download drush_extras and use pushkey
# ------------------------------------------------------------------ #


drush pm-download drush_extras -y
drush pushkey @live
drush @live core-status

# ------------------------------------------------------------------ #
