7 lines
156 B
Bash
Executable File
7 lines
156 B
Bash
Executable File
|
|
source .venv/bin/activate
|
|
|
|
lsof -ti:5173,5174,5175,5176 | xargs kill -9 2>/dev/null;
|
|
|
|
python font2svg.py --fontdir font --text "星程紫微" --outdir svg
|