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
commit44485a4559d75c8798972ba502c104d7e801e9ba (patch)
treeb48128fe37a8f4d613739c69a90e06c78d5b11a3
parent074e3cb2064c4d3e78e88e63e5f829070ed24967 (diff)
downloadtimeline-44485a4559d75c8798972ba502c104d7e801e9ba.tar.gz
timeline-44485a4559d75c8798972ba502c104d7e801e9ba.tar.bz2
timeline-44485a4559d75c8798972ba502c104d7e801e9ba.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