#!/bin/sh
: ${1:?usage: "$0" path}
path="$1"
mount_ptyfs ptyfs "${path}"/dev/pts
