1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 16:37:50 +03:00
semantic/script/bootstrap
2019-10-30 08:42:28 -04:00

5 lines
111 B
Bash
Executable File

#!/bin/bash
git submodule sync --recursive && git submodule update --init --recursive --force
cabal v2-update