library.sh 99 B

1234
  1. #!/bin/bash
  2. git submodule update --init 'library/core/*'
  3. git submodule update --init 'external/*'