File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
+
3
+ # Licensed to the .NET Foundation under one or more agreements.
4
+ # The .NET Foundation licenses this file to you under the MIT license.
5
+
2
6
" $( dirname " $0 " ) /dotnet" dnx " $@ "
Original file line number Diff line number Diff line change
1
+ :: Licensed to the .NET Foundation under one or more agreements.
2
+ :: The .NET Foundation licenses this file to you under the MIT license.
3
+
1
4
@ echo off
2
5
" %~dp0 dotnet.exe" dnx %*
Original file line number Diff line number Diff line change 1
- # dnx.ps1
1
+ # Licensed to the .NET Foundation under one or more agreements.
2
+ # The .NET Foundation licenses this file to you under the MIT license.
3
+
2
4
# PowerShell script to launch dotnet.exe with 'dnx' and all passed arguments
3
5
$scriptDir = Split-Path - Parent $MyInvocation.MyCommand.Definition
4
6
$dotnet = Join-Path $scriptDir ' dotnet.exe'
You can’t perform that action at this time.
0 commit comments