bin: add
This commit is contained in:
parent
3f7c1b0c7c
commit
4af23ad5de
1 changed files with 8 additions and 0 deletions
8
bin/mount-nas
Executable file
8
bin/mount-nas
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue