4 lines
46 B
Bash
4 lines
46 B
Bash
#!/bin/bash
|
|
|
|
exec python3 -m http.server 8123
|
#!/bin/bash
|
|
|
|
exec python3 -m http.server 8123
|