go.sh 88 B

1234567
  1. #!/bin/bash
  2. cd ..
  3. make wasm
  4. cd web
  5. cp ../nmie.js ./
  6. cp ../nmie.wasm ./
  7. emrun index.html