linuxkurs/beispiele/8/hello-web.sh
2019-01-20 20:53:32 +01:00

2 lines
51 B
Bash

#!/bin/bash
cd /home/; python3 -m http.server 8082