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

# ------------------------------------------------------------------ #
# Example 2-4: Only take security updates
# ------------------------------------------------------------------ #

drush @dev pm-updatecode --security-only -n

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