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/dotnet-run | |
parent | dd8e25f0f9afce0f59a612ad66d3bc44ef64c9c6 (diff) | |
download | timeline-d77da4f995aa8b9710e40a70b4350a6476df98b1.tar.gz timeline-d77da4f995aa8b9710e40a70b4350a6476df98b1.tar.bz2 timeline-d77da4f995aa8b9710e40a70b4350a6476df98b1.zip |
Update README.md .
Diffstat (limited to 'tools/dotnet-run')
-rwxr-xr-x | tools/dotnet-run | 2 |
1 files changed, 0 insertions, 2 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 |