lang/csharp: remove vestigial setup.sh
This commit is contained in:
parent
6650dcf6e7
commit
36c8db67b4
1 changed files with 0 additions and 11 deletions
|
@ -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
|
|
Loading…
Add table
Add a link
Reference in a new issue