You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.1 KiB
39 lines
1.1 KiB
3 years ago
|
#!/bin/sh
|
||
|
|
||
|
echo "test/Dependencies/cakelisp\n\n"
|
||
|
git submodule deinit -f test/Dependencies/cakelisp
|
||
|
git rm test/Dependencies/cakelisp
|
||
|
|
||
|
echo "test/Dependencies/ogre-next-deps\n\n"
|
||
|
git submodule deinit -f test/Dependencies/ogre-next-deps
|
||
|
git rm test/Dependencies/ogre-next-deps
|
||
|
|
||
|
echo "test/Dependencies/ogre-next\n\n"
|
||
|
git submodule deinit -f test/Dependencies/ogre-next
|
||
|
git rm test/Dependencies/ogre-next
|
||
|
|
||
|
echo "test/Dependencies/SDL\n\n"
|
||
|
git submodule deinit -f test/Dependencies/SDL
|
||
|
git rm test/Dependencies/SDL
|
||
|
|
||
|
echo "test/Dependencies/Handmade-Math\n\n"
|
||
|
git submodule deinit -f test/Dependencies/Handmade-Math
|
||
|
git rm test/Dependencies/Handmade-Math
|
||
|
|
||
|
echo "test/Dependencies/Aubio\n\n"
|
||
|
git submodule deinit -f test/Dependencies/Aubio
|
||
|
git rm test/Dependencies/Aubio
|
||
|
|
||
|
echo "test/Dependencies/aubio\n\n"
|
||
|
git submodule deinit -f test/Dependencies/aubio
|
||
|
git rm test/Dependencies/aubio
|
||
|
|
||
|
echo "test/Dependencies/blender2ogre\n\n"
|
||
|
git submodule deinit -f test/Dependencies/blender2ogre
|
||
|
git rm test/Dependencies/blender2ogre
|
||
|
|
||
|
echo "test/Dependencies/tracy\n\n"
|
||
|
git submodule deinit -f test/Dependencies/tracy
|
||
|
git rm test/Dependencies/tracy
|
||
|
|