summaryrefslogtreecommitdiff
path: root/hideuser
blob: ee96e672a64027987214031b8402878e0c33b59e (about) (plain) (blame)
1
2
3
4
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"