#!/bin/sh
set -e
cd / # something not writeable, to catch misdirected writes
userhost="$1"; shift
exec sh -c "$*"
