init.sh 539 B

12345678910111213141516
  1. #!/bin/sh
  2. mkdir .dependencies
  3. rm -rf .dependencies/*
  4. cd .dependencies
  5. git clone https://notabug.org/namark/cpp_tools
  6. git clone https://notabug.org/namark/libsimple_file
  7. git clone https://notabug.org/namark/libsimple_support
  8. git clone https://notabug.org/namark/libsimple_geom
  9. git clone https://notabug.org/namark/libsimple_sdlcore
  10. git clone https://notabug.org/namark/libsimple_graphical
  11. git clone https://notabug.org/namark/libsimple_interactive
  12. git clone https://notabug.org/namark/libsimple_musical
  13. cd ..
  14. ./tools/setup/install.sh "$@"