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

# ------------------------------------------------------------------ #
# Example 1-2: Drush core-status with no site selected
# ------------------------------------------------------------------ #

drush core-status

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