mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
2d4c889011
Fixes #135.
5 lines
112 B
Bash
Executable File
5 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git submodule sync --recursive && git submodule update --init --recursive --force
|
|
cabal new-update
|