#!/bin/bash echo -n "Input repo name to delete: " read repo rm -fvr /srv/git/$repo rm -fvr ~/$repo rm -fvr ~/$repo.git