install.sh 175 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 #!/bin/bash INSTALL_PATH=$DESKTOP_PREFIX/share/emscripten/ echo "Installing Emscripten examples to: $INSTALL_PATH" mkdir -p $INSTALL_PATH cp -v *.{js,html} $INSTALL_PATH/