Initial structure for shared msys2 and wsl installation
This commit is contained in:
4
util/msys2_install.sh
Normal file
4
util/msys2_install.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
|
||||
source "$dir/win_shared_install.sh"
|
Reference in New Issue
Block a user