4 lines
76 B
Bash
4 lines
76 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
python3 -m http.server -b 127.0.0.1 8080 --directory .
|