Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
sagemathinc
Edit Copy
Star
1
GitHub Repository:
sagemathinc/python-wasm
Path:
blob/main/core/dash/src/rebuild.sh
1
3
9
6
views
1
#!/bin/sh
2
3
set
-ev
4
make
-j8
5
6
cp
src
/dash
.
.
/
.
.
/dist
/wasm
/bin
/dash
7
8