File size: 83 Bytes
3382f47
 
 
 
1
2
3
4
5
#!/bin/sh
case "$1" in
    rebase) git submodule update --init --recursive ;;
esac