mirror of
https://github.com/1f349/lavender.git
synced 2024-11-09 22:32:48 +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
|