diff options
| author | 2026-05-18 01:25:46 -0600 | |
|---|---|---|
| committer | 2026-05-18 01:25:46 -0600 | |
| commit | dc54a69b7552d8d44adf25b8009992c4a2b395be (patch) | |
| tree | 0c1864e9239bf02fc83408be378d983070250ead /hideuser | |
init
Diffstat (limited to 'hideuser')
| -rwxr-xr-x | hideuser | 5 |
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" |
