#!/bin/sh
if [ ! -z "$1" ]; then
    H=`realpath $1`
    hsh-install "$H" mc vim-enhanced mithraen-build-utils
    hsh-shell "$H"
else
    hsh-install mc vim-enhanced mithraen-build-utils
    hsh-shell
fi
