diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/dotnet-run | 2 |
1 files changed, 2 insertions, 0 deletions
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 |