File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ There are however situations where we might need to execute a script that is com
440
440
We can specify this when executing the script.
441
441
442
442
``` shell
443
- dotnet script -c release foo.csx
443
+ dotnet script foo.csx -c release
444
444
```
445
445
446
446
## Team
Original file line number Diff line number Diff line change 1
- #! /bin/sh
1
+ #! /bin/bash
2
2
3
3
SCRIPT_DIR=$( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd )
4
4
DOTNET_SCRIPT=" $SCRIPT_DIR /build/dotnet-script"
Original file line number Diff line number Diff line change 1
- #! /bin/sh
1
+ #! /bin/bash
2
2
3
3
curl -L https://github.com/filipw/dotnet-script/releases/download/0.18.0/dotnet-script.0.18.0.zip > dotnet-script.zip
4
- unzip -o dotnet-script.zip -d ./
4
+ unzip -o dotnet-script.zip -d ./
You can’t perform that action at this time.
0 commit comments