gentoo-desktop/bin/mount-nas
2025-08-17 13:38:03 +02:00

8 lines
134 B
Bash
Executable file

#!/bin/sh
host=""
mountpoint=""
username=""
uid=
exec mount -t cifs -o username=$username -o uid=$uid -o vers=2.0 $host $mountpoint