aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-05-14 21:33:17 +0800
committercrupest <crupest@outlook.com>2019-05-14 21:33:17 +0800
commit461a37e3f2058d98c69cf598c1cd34a1d405a11e (patch)
treeb48128fe37a8f4d613739c69a90e06c78d5b11a3
parent3c17e25fb9eef49807f3c57104603bad355da005 (diff)
downloadtimeline-461a37e3f2058d98c69cf598c1cd34a1d405a11e.tar.gz
timeline-461a37e3f2058d98c69cf598c1cd34a1d405a11e.tar.bz2
timeline-461a37e3f2058d98c69cf598c1cd34a1d405a11e.zip
Add a handy script file to run the project with dotnet in konsole.
-rwxr-xr-xtools/dotnet-run2
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