aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-02 16:22:09 +0800
committercrupest <crupest@outlook.com>2020-06-02 16:22:09 +0800
commit06ddbdf925379f4823a1c36b46bf085aa9a94557 (patch)
tree536a8ee7ea3ba52a60d117b11955c23bb94756f1 /tools
parente905b72d2c8951a2e3612722fde6ceaf449cda91 (diff)
downloadtimeline-06ddbdf925379f4823a1c36b46bf085aa9a94557.tar.gz
timeline-06ddbdf925379f4823a1c36b46bf085aa9a94557.tar.bz2
timeline-06ddbdf925379f4823a1c36b46bf085aa9a94557.zip
Update README.md .
Diffstat (limited to 'tools')
-rwxr-xr-xtools/dotnet-run2
-rwxr-xr-xtools/open-code8
2 files changed, 0 insertions, 10 deletions
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