This commit is contained in:
Luc Bijl 2025-08-17 13:38:03 +02:00
parent 3f7c1b0c7c
commit 4af23ad5de

8
bin/mount-nas Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
host=""
mountpoint=""
username=""
uid=
exec mount -t cifs -o username=$username -o uid=$uid -o vers=2.0 $host $mountpoint