Update 2024-11-11 21:08 OpenBSD/amd64-t14
This commit is contained in:
9
.bin/mount_rsync
Executable file
9
.bin/mount_rsync
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
if mount | fgrep '/rsync.net' -q
|
||||
then
|
||||
echo "already mounted"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
doas sshfs -o idmap=user,allow_other,uid=1000,gid=1000 zh4870@zh4870.rsync.net: /rsync.net
|
||||
Reference in New Issue
Block a user