aboutsummaryrefslogtreecommitdiffstats
path: root/del_repo
diff options
context:
space:
mode:
Diffstat (limited to 'del_repo')
-rwxr-xr-xdel_repo10
1 files changed, 0 insertions, 10 deletions
diff --git a/del_repo b/del_repo
deleted file mode 100755
index 5f2f1c3..0000000
--- a/del_repo
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-echo -n "Input repo name to delete (excluding the .git suffix): "
-read repo
-
-rm -fvr /srv/git/$repo.git
-rm -fvr ~/$repo*
-rm -fv /srv/www/repositories/$repo*
-
-bash /srv/www/git-scripts/restart_ui