doomemacs/modules/lang/csharp/setup.sh

12 lines
230 B
Bash
Raw Normal View History

2017-02-20 07:57:16 +08:00
#!/usr/bin/env bash
source VARS
#
echo "Setting up C# (omnisharp)"
git-repo "https://github.com/OmniSharp/omnisharp-server" omnisharp
cd omnisharp && xbuild
mv omnisharp/bin/Debug/OmniSharp.exe ./OmniSharp.exe
rm -rf omnisharp