1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00
semantic/script/bootstrap
Patrick Thomson 2d4c889011 Add script/bootstrap file.
Fixes #135.
2019-06-17 13:23:05 -04:00

5 lines
112 B
Bash
Executable File

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