mirror of
https://github.com/1f349/lotus.git
synced 2024-11-09 22:52:53 +00:00
5 lines
87 B
Bash
Executable File
5 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
cd "$(dirname -- "$(readlink -f -- "$0";)";)"
|
|
|
|
python3 -m http.server 2020
|