lang/csharp: remove vestigial setup.sh

This commit is contained in:
Henrik Lissner 2018-02-04 05:02:41 -05:00
parent 6650dcf6e7
commit 36c8db67b4
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1,11 +0,0 @@
#!/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