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

