4 lines
108 B
Bash
Executable file
4 lines
108 B
Bash
Executable file
#!/bin/sh
|
|
mkdir -p ~/nfs
|
|
exec chpst -e "$TURNSTILE_ENV_DIR" \
|
|
sshfs -o auto_unmount -f kentoj.de:nfs ~/nfs
|