add git submodule-fix
This commit is contained in:
parent
49777bb1df
commit
e47d055062
1 changed files with 7 additions and 0 deletions
7
bin/git-submodule-fix
Executable file
7
bin/git-submodule-fix
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
for arg
|
||||
do
|
||||
echo $arg
|
||||
find . -name "`basename $arg`" | grep "$arg\$" | xargs rm -fr
|
||||
done
|
Loading…
Reference in a new issue