Build script for WAM not found

docker run --rm -v C:/users/seant/Desktop/iPlug2/:/z trzeci/emscripten /bin/bash -c "cd Examples/IPlugEffect/scripts;./makedist-web.sh off" is the script I’m running currently.

It returns:
/bin/bash: line 0: cd: Examples/IPlugEffect/scripts: No such file or directory /bin/bash: ./makedist-web.sh: No such file or directory

It’s probably something super simple that I’m missing, but I’m new with this selection of stuff and can’t figure it out.

A bit late, but your path probably needs to be something like "cd ../z/Examples (etc).

Hot tip: you can do regular bash commands like ls and pwd to figure out the right path etc.