2 lines
51 B
Bash
2 lines
51 B
Bash
|
#!/bin/bash
|
||
|
cd /home/; python3 -m http.server 8082
|