bootstrap (83B)
1 #!/bin/sh 2 if [ -d ".git" ]; then 3 git submodule update --init --force --remote 4 fi