We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ab23d0 + 279551c commit e6cc9c7Copy full SHA for e6cc9c7
build.sh
@@ -1,4 +1,4 @@
1
-#!/bin/sh
+#!/bin/bash
2
3
SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
4
DOTNET_SCRIPT="$SCRIPT_DIR/build/dotnet-script"
build/install-dotnet-script.sh
curl -L https://github.com/filipw/dotnet-script/releases/download/0.18.0/dotnet-script.0.18.0.zip > dotnet-script.zip
-unzip -o dotnet-script.zip -d ./
+unzip -o dotnet-script.zip -d ./
0 commit comments