add git submodule-fix

This commit is contained in:
Jakobus Schürz 2021-08-27 11:44:53 +02:00
parent 49777bb1df
commit e47d055062

7
bin/git-submodule-fix Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
for arg
do
echo $arg
find . -name "`basename $arg`" | grep "$arg\$" | xargs rm -fr
done