aboutsummaryrefslogtreecommitdiffstats
path: root/del_repo
diff options
context:
space:
mode:
Diffstat (limited to 'del_repo')
-rwxr-xr-xdel_repo9
1 files changed, 9 insertions, 0 deletions
diff --git a/del_repo b/del_repo
new file mode 100755
index 0000000..4bf9cca
--- /dev/null
+++ b/del_repo
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+echo -n "Input repo name to delete: "
+read repo
+
+rm -fvr /srv/git/$repo
+rm -fvr ~/$repo
+rm -fvr ~/$repo.git
+