diff options
author | crupest <crupest@outlook.com> | 2020-06-02 16:22:09 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-02 16:22:09 +0800 |
commit | d77da4f995aa8b9710e40a70b4350a6476df98b1 (patch) | |
tree | f865dd1e936a89574f005ef9c6f3ae191f93edcb /tools | |
parent | dd8e25f0f9afce0f59a612ad66d3bc44ef64c9c6 (diff) | |
download | timeline-d77da4f995aa8b9710e40a70b4350a6476df98b1.tar.gz timeline-d77da4f995aa8b9710e40a70b4350a6476df98b1.tar.bz2 timeline-d77da4f995aa8b9710e40a70b4350a6476df98b1.zip |
Update README.md .
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/dotnet-run | 2 | ||||
-rwxr-xr-x | tools/open-code | 8 |
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 |