3 lines
43 B
Text
3 lines
43 B
Text
|
#!/bin/sh
|
||
|
python -m SimpleHTTPServer 8000
|