#!/bin/sh
set -e
cd /
userhost="$1"; shift
exec sh -c "$*"
