del_git_directory.sh | ●●●●● patch | view | raw | blame | history |
del_git_directory.shdeleted file mode 100755
.. .. @@ -1,7 +0,0 @@ 1 -#!/bin/sh2 -#find . -name .git -type d -exec chmod u+x {} -R & rm -rf {} \;3 -find . -name .repo -type d -exec chmod u+w {}/../ -R \;4 -find . -name .git -type d -exec chmod u+w {}/../ -R \;5 -find . -name .repo -type d -exec rm -rf {} \;6 -find . -name .git -type d -exec rm -rf {} \;7 -