diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2020-02-21 04:31:11 -0600 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2020-02-21 04:31:11 -0600 |
commit | 876baeb4d455fb811897a00e31fb5231512becd6 (patch) | |
tree | ea4ece91613f7b84fcef0b72264a17c1fbefc45c /scripts/nfs | |
parent | de098e1f22ae6cdde62aa9f6b75697852e872ced (diff) |
starting out nfs
Diffstat (limited to 'scripts/nfs')
-rwxr-xr-x | scripts/nfs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/nfs b/scripts/nfs new file mode 100755 index 0000000..4439eba --- /dev/null +++ b/scripts/nfs @@ -0,0 +1,4 @@ +#!/bin/bash +set -e + +scripts/debian_roll nfs |