From 0fccd614e7856fd300093e91a905ff00af1e6672 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 28 May 2026 15:30:35 -0700 Subject: [PATCH] Add something to the TBD function. --- rc_shared.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rc_shared.sh b/rc_shared.sh index 78790fb..af64f5f 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -654,6 +654,7 @@ alias www-pull="download-website" function run-site { # TBD: Run a folder with HTML as a website on port $1 (8080 default) + sleep 0 } alias run-html="run-site" alias exec-site="run-site"