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