From d77da4f995aa8b9710e40a70b4350a6476df98b1 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 2 Jun 2020 16:22:09 +0800 Subject: Update README.md . --- tools/dotnet-run | 2 -- tools/open-code | 8 -------- 2 files changed, 10 deletions(-) delete mode 100755 tools/dotnet-run delete mode 100755 tools/open-code (limited to 'tools') diff --git a/tools/dotnet-run b/tools/dotnet-run deleted file mode 100755 index 204d1465..00000000 --- a/tools/dotnet-run +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -konsole -e dotnet run --project $(dirname "$0")/../Timeline/Timeline.csproj diff --git a/tools/open-code b/tools/open-code deleted file mode 100755 index 0ccc04c1..00000000 --- a/tools/open-code +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -export DOTNET_ROOT=/opt/dotnet -export MSBuildSDKsPath=$DOTNET_ROOT/sdk/$(${DOTNET_ROOT}/dotnet --version)/Sdks - -code $(dirname "$0")/.. - -exit -- cgit v1.2.3