aboutsummaryrefslogtreecommitdiff
path: root/tools/open-code
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-04-24 20:52:34 +0800
committercrupest <crupest@outlook.com>2019-04-24 20:52:34 +0800
commitc66b2755ec10b8b23e9c491752b03a68c36c3eb5 (patch)
treea613b568085a912d13f0ec5c2053c25278f21abc /tools/open-code
parent60292ce6f5f9ebc9ecce8e490579221832196d8b (diff)
downloadtimeline-c66b2755ec10b8b23e9c491752b03a68c36c3eb5.tar.gz
timeline-c66b2755ec10b8b23e9c491752b03a68c36c3eb5.tar.bz2
timeline-c66b2755ec10b8b23e9c491752b03a68c36c3eb5.zip
Add development environment on archlinux.
Diffstat (limited to 'tools/open-code')
-rwxr-xr-xtools/open-code8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/open-code b/tools/open-code
new file mode 100755
index 00000000..0ccc04c1
--- /dev/null
+++ b/tools/open-code
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+export DOTNET_ROOT=/opt/dotnet
+export MSBuildSDKsPath=$DOTNET_ROOT/sdk/$(${DOTNET_ROOT}/dotnet --version)/Sdks
+
+code $(dirname "$0")/..
+
+exit