mirror of
https://github.com/len0rd/personal-website.git
synced 2025-09-03 04:43:53 -04:00
4 lines
65 B
Bash
Executable file
4 lines
65 B
Bash
Executable file
#!/bin/bash
|
|
|
|
ablog build
|
|
python -m http.server -d _website/ 8090
|