diff options
Diffstat (limited to 'scripts/hostname')
-rw-r--r-- | scripts/hostname/rlaptop1 | 9 | ||||
-rw-r--r-- | scripts/hostname/znc1 | 3 |
2 files changed, 3 insertions, 9 deletions
diff --git a/scripts/hostname/rlaptop1 b/scripts/hostname/rlaptop1 deleted file mode 100644 index f346965..0000000 --- a/scripts/hostname/rlaptop1 +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -add_user \ - -c "Cullum Smith" \ - -G wheel,operator,video \ - -s /bin/sh \ - -m \ - -p changeme \ - cullum diff --git a/scripts/hostname/znc1 b/scripts/hostname/znc1 new file mode 100644 index 0000000..dc11b11 --- /dev/null +++ b/scripts/hostname/znc1 @@ -0,0 +1,3 @@ +#!/bin/sh + +cnames=znc |