Skip to content

Instantly share code, notes, and snippets.

View NiceGuyIT's full-sized avatar

David Randall NiceGuyIT

View GitHub Profile
@NiceGuyIT
NiceGuyIT / auto.nfs4
Last active August 29, 2015 14:12 — forked from thwarted/auto.nfs4
#!/bin/bash
# name this script /etc/auto.nfs4 and make it executable
# /bin is too restrictive
#PATH=/bin
tryconnect() {
local host="$1"