diff options
author | crupest <crupest@outlook.com> | 2019-04-24 20:52:34 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-04-24 20:52:34 +0800 |
commit | c66b2755ec10b8b23e9c491752b03a68c36c3eb5 (patch) | |
tree | a613b568085a912d13f0ec5c2053c25278f21abc /tools/open-code | |
parent | 60292ce6f5f9ebc9ecce8e490579221832196d8b (diff) | |
download | timeline-c66b2755ec10b8b23e9c491752b03a68c36c3eb5.tar.gz timeline-c66b2755ec10b8b23e9c491752b03a68c36c3eb5.tar.bz2 timeline-c66b2755ec10b8b23e9c491752b03a68c36c3eb5.zip |
Add development environment on archlinux.
Diffstat (limited to 'tools/open-code')
-rwxr-xr-x | tools/open-code | 8 |
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 |