3 lines
40 B
Bash
3 lines
40 B
Bash
|
|
#!/bin/bash
|
||
|
|
python3 -m http.server 8000
|