Add something to the TBD function.

This commit is contained in:
2026-05-28 15:30:35 -07:00
parent 35a64c49a3
commit 0fccd614e7
+1
View File
@@ -654,6 +654,7 @@ alias www-pull="download-website"
function run-site { function run-site {
# TBD: Run a folder with HTML as a website on port $1 (8080 default) # TBD: Run a folder with HTML as a website on port $1 (8080 default)
sleep 0
} }
alias run-html="run-site" alias run-html="run-site"
alias exec-site="run-site" alias exec-site="run-site"