init.sh 200 B

123456789
  1. #!/usr/bin/env bash
  2. source "bin/init/env.sh"
  3. [ -f library/core/go.mod ] || git submodule update --init library/core || exit 1
  4. cd library/core
  5. git reset --hard && git clean -fdx
  6. ./init.sh || exit 1