Move ext/* to scripts/
This commit is contained in:
parent
e8438e11e5
commit
83c852e11f
7 changed files with 0 additions and 0 deletions
11
scripts/setup-csharp.sh
Executable file
11
scripts/setup-csharp.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/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