#!/bin/bash

if [ "$#" != 1 ]
then
	echo "$0: Expected a single argument: a host path" 1>&2
	exit 1
fi

hcm-term --host-path "$1"