aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/dotnet-run2
-rwxr-xr-xtools/open-code8
2 files changed, 0 insertions, 10 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
diff --git a/tools/open-code b/tools/open-code
deleted file mode 100755
index 0ccc04c1..00000000
--- a/tools/open-code
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-export DOTNET_ROOT=/opt/dotnet
-export MSBuildSDKsPath=$DOTNET_ROOT/sdk/$(${DOTNET_ROOT}/dotnet --version)/Sdks
-
-code $(dirname "$0")/..
-
-exit