mirror of
https://github.com/github/semantic.git
synced 2024-12-01 09:15:01 +03:00
5 lines
112 B
Plaintext
5 lines
112 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
git submodule sync --recursive && git submodule update --init --recursive --force
|
||
|
cabal new-update
|