summaryrefslogtreecommitdiffstats
path: root/util/msys2_install.sh
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2017-07-10 16:31:58 +0200
committerFred Sundvik <fsundvik@gmail.com>2017-07-10 16:31:58 +0200
commita2d3fc98b8eb83a550fefce9acd2884ebac3eee8 (patch)
tree288bb7e2dd6320fb7c4f464f279a5d25dee5a1ed /util/msys2_install.sh
parentfcd08b8c7d66cf4cf5724b7b2468d3569488114f (diff)
downloadqmk_firmware-a2d3fc98b8eb83a550fefce9acd2884ebac3eee8.tar.gz
qmk_firmware-a2d3fc98b8eb83a550fefce9acd2884ebac3eee8.tar.xz
Initial structure for shared msys2 and wsl installation
Diffstat (limited to 'util/msys2_install.sh')
-rw-r--r--util/msys2_install.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/msys2_install.sh b/util/msys2_install.sh
new file mode 100644
index 000000000..945009e5e
--- /dev/null
+++ b/util/msys2_install.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
+source "$dir/win_shared_install.sh" \ No newline at end of file