2 lines
42 B
Bash
2 lines
42 B
Bash
|
#!/bin/sh
|
||
|
python -m SimpleHTTPServer 10101
|