about summary refs log tree commit diff stats
path: root/bin/rmuser
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2019-03-26 02:07:20 +0000
committerahriman <ahriman@falte.red>2019-03-26 02:07:20 +0000
commitf6341c40b5c9fe447b39bf2ed7f5bc6716cfbf80 (patch)
tree4c7ac3f8ae5de4af925934f3f1fcc8a17631941e /bin/rmuser
parentee20aca3af58e93b0fa0baa68755bab7570cc7b5 (diff)
downloadadmin-f6341c40b5c9fe447b39bf2ed7f5bc6716cfbf80.tar.gz
updated comments at top of scripts
Diffstat (limited to 'bin/rmuser')
-rwxr-xr-xbin/rmuser4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/rmuser b/bin/rmuser
index b220181..4413ebc 100755
--- a/bin/rmuser
+++ b/bin/rmuser
@@ -1,5 +1,9 @@
 #!/usr/local/bin/bash
 
+# Hopefully, this never has to be used.
+# Cleans up and removes a user from the system.
+# ben@gbmor.dev
+
 echo "Removing user $1 from the system"
 userdel $1
 echo "Cleaning /home and /var/www/users"