Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/python-wasm
Path: blob/main/core/dash/src/rebuild.sh
1396 views
1
#!/bin/sh
2
3
set -ev
4
make -j8
5
6
cp src/dash ../../dist/wasm/bin/dash
7
8