From 461a37e3f2058d98c69cf598c1cd34a1d405a11e Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 14 May 2019 21:33:17 +0800 Subject: Add a handy script file to run the project with dotnet in konsole. --- tools/dotnet-run | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 tools/dotnet-run diff --git a/tools/dotnet-run b/tools/dotnet-run new file mode 100755 index 00000000..204d1465 --- /dev/null +++ b/tools/dotnet-run @@ -0,0 +1,2 @@ +#!/bin/bash +konsole -e dotnet run --project $(dirname "$0")/../Timeline/Timeline.csproj -- cgit v1.2.3