From 2ee2ae40717b8f05414599671f24b2be64679062 Mon Sep 17 00:00:00 2001
From: ronnie <ronnie@industiosoft.com>
Date: Fri, 14 Oct 2022 10:07:43 +0000
Subject: [PATCH] del del_git_directory.sh

---
 /dev/null |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/del_git_directory.sh b/del_git_directory.sh
deleted file mode 100755
index 51e3ca6..0000000
--- a/del_git_directory.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-#find . -name .git -type d -exec chmod u+x {} -R & rm -rf {} \;
-find . -name .repo -type d -exec chmod u+w {}/../ -R \;
-find . -name .git -type d -exec chmod u+w {}/../ -R \;
-find . -name .repo -type d -exec rm -rf {} \;
-find . -name .git -type d -exec rm -rf {} \;
-

--
Gitblit v1.6.2