mirror of
https://git.acl.cool/al/pages.git
synced 2025-12-14 19:51:16 -05:00
3 lines
45 B
Bash
Executable file
3 lines
45 B
Bash
Executable file
#!/bin/sh
|
|
|
|
python3 -m http.server -d $1 8080
|