4 lines
71 B
Bash
Executable file
4 lines
71 B
Bash
Executable file
#!/bin/sh
|
|
|
|
mkdir -p ~/nfs
|
|
sshfs -o auto_unmount -f kentoj.de:nfs ~/nfs
|