dots/files/.config/service/sshfs/run
2026-06-16 16:54:02 +02:00

4 lines
118 B
Bash
Executable file

#!/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"