mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-17 03:27:57 +01:00
5 lines
116 B
Bash
5 lines
116 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cd "$(dirname "$0")"
|
||
|
python build.py --include common --include extras --output ../../build/three.min.js
|