#!/bin/sh
mkdir -p ~/nfs
exec chpst -e "$TURNSTILE_ENV_DIR" \
	sshfs -o auto_unmount -f kentoj.de:nfs ~/nfs
