1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00
semantic/script/bootstrap

5 lines
112 B
Plaintext
Raw Normal View History

2019-06-17 20:23:05 +03:00
#!/bin/bash
git submodule sync --recursive && git submodule update --init --recursive --force
cabal new-update