Initial structure for shared msys2 and wsl installation
This commit is contained in:
parent
fcd08b8c7d
commit
a2d3fc98b8
4 changed files with 144 additions and 128 deletions
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"
|
Loading…
Add table
Add a link
Reference in a new issue