1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00
semantic/script/bootstrap

5 lines
111 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
2019-10-30 15:42:28 +03:00
cabal v2-update