3 lines
154 B
Bash
Executable File
3 lines
154 B
Bash
Executable File
#!/bin/bash
|
|
echo bryan2423 | sudo mount -t cifs //192.168.1.131/ROOMS /home/arthur/rooms -o username=arthur,password=bryan2423,uid=1000,gid=1000,vers=3.0
|