#!/bin/sh mkdir -p "$HOME/nfs" exec sshfs -o auto_unmount -o uid=`id -u` -o gid=`id -g` -f kentoj.de:nfs "$HOME/nfs"