clean (197B)
1 #!/bin/sh 2 set -x 3 4 for sm in package package/*; do 5 if ! test -d "$sm"; then continue; fi 6 git submodule update --force --recursive "$sm" 7 ( cd "$sm" && git checkout --force && git clean -fx ) 8 done
carbon-core-systemIntegration repository for versioned configuration and software on Carbon | |
git clone https://ccx.te2000.cz/git/carbon-core-system | |
Log | Files | Refs | Submodules |