aboutsummaryrefslogtreecommitdiffstats
path: root/del_repo
blob: 4bf9cca8cfb9be13f02539b27f19706daab7c802 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

echo -n "Input repo name to delete: "
read repo

rm -fvr /srv/git/$repo
rm -fvr ~/$repo
rm -fvr ~/$repo.git