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
commite241dd42b406bdc418bb487d503d65e5b207deb8 (patch)
treea613b568085a912d13f0ec5c2053c25278f21abc /tools/open-code
parent1bdae799ad607a06027f61c5194e7729081418cf (diff)
downloadtimeline-e241dd42b406bdc418bb487d503d65e5b207deb8.tar.gz
timeline-e241dd42b406bdc418bb487d503d65e5b207deb8.tar.bz2
timeline-e241dd42b406bdc418bb487d503d65e5b207deb8.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