5 lines
109 B
Bash
5 lines
109 B
Bash
#!/bin/bash
|
|
# Mounts eng mount on Darwin
|
|
|
|
sudo mount -t nfs -o resvport filer1:/data/group/eng /group/filer1
|