Add a bash helper for finding an msvc bin path

This commit is contained in:
2020-05-07 20:35:08 -04:00
parent d23a18db78
commit 14d75a4bcd
3 changed files with 88 additions and 10 deletions

View File

@@ -24,5 +24,5 @@ fi
if [[ $3 ]]; then expand_symlinks=$3; else expand_symlinks=0; fi
confirm_link=1
confirm_link=0
link_file "$source_path" "$dest_path" $confirm_link $expand_symlinks