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 11#!/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+
26"$(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+
14@echo off
25"%~dp0dotnet.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+
24# PowerShell script to launch dotnet.exe with 'dnx' and all passed arguments
35$scriptDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
46$dotnet = Join-Path $scriptDir 'dotnet.exe'
You can’t perform that action at this time.
0 commit comments