3 lines
45 B
Bash
Executable file
3 lines
45 B
Bash
Executable file
#!/bin/sh
|
|
|
|
python3 -m http.server -d $1 8080
|