#!/bin/sh -e
#
# Change the context and do the next thing.
#

WHEREAMI=$(cd $(dirname "$0") && pwd)
exec sudo "${WHEREAMI}/$(basename "$0")-secure"
