From a2d3fc98b8eb83a550fefce9acd2884ebac3eee8 Mon Sep 17 00:00:00 2001 From: Fred Sundvik Date: Mon, 10 Jul 2017 17:31:58 +0300 Subject: Initial structure for shared msys2 and wsl installation --- util/msys2_install.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 util/msys2_install.sh (limited to 'util/msys2_install.sh') 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 -- cgit v1.2.3-24-g4f1b