#!/bin/sh

if [ "$1" = "test" ]; then
  echo "Drop to root shell prompt"
  exit 0
fi

bash
