Need to translate all the PowerShell build scripts under /build to Bash versions that will run on Linux and Mac. Note that build-xlconnect.ps1 and build-rstudioapi.ps1 have some workarounds for Windows file paths (they both had to use tar files), something that would not be needed in Linux. Build-fst.ps1 does not have this work-around and can serve as a reference.
Scripts must be tested to ensure they actually build a working wasm repo (test by running an R script that uses both packaegs).
Need to translate all the PowerShell build scripts under /build to Bash versions that will run on Linux and Mac. Note that build-xlconnect.ps1 and build-rstudioapi.ps1 have some workarounds for Windows file paths (they both had to use tar files), something that would not be needed in Linux. Build-fst.ps1 does not have this work-around and can serve as a reference.
Scripts must be tested to ensure they actually build a working wasm repo (test by running an R script that uses both packaegs).