1
0
Fork 0

Initial structure for shared msys2 and wsl installation

This commit is contained in:
Fred Sundvik 2017-07-10 17:31:58 +03:00
parent fcd08b8c7d
commit a2d3fc98b8
4 changed files with 144 additions and 128 deletions

4
util/msys2_install.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/bash
dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
source "$dir/win_shared_install.sh"