summaryrefslogtreecommitdiff
path: root/hideuser
diff options
context:
space:
mode:
Diffstat (limited to 'hideuser')
-rwxr-xr-xhideuser5
1 files changed, 5 insertions, 0 deletions
diff --git a/hideuser b/hideuser
new file mode 100755
index 0000000..ee96e67
--- /dev/null
+++ b/hideuser
@@ -0,0 +1,5 @@
+#!/bin/bash
+# Hide your user from the list.
+# This prevents any kind of access to your repos from other (or anonymous) users.
+
+chmod go-r "$HOME"