mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-19 12:27:56 +01:00
4 lines
60 B
Bash
4 lines
60 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cd `dirname $0`/../../
|
||
|
python -m SimpleHTTPServer
|