#!/bin/bash -l

[ -f "/srv/guest/ignore" ] && exit 0

bash --rcfile "~/.bashrc" -c "$*"
