#!/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"
