From deca0a4a4840ebe630a9d0c4bd8ba769f32a3959 Mon Sep 17 00:00:00 2001 From: Leonard Steppy Date: Fri, 26 Dec 2025 00:09:04 +0100 Subject: [PATCH] Add TODOs --- proxy/start.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/proxy/start.sh b/proxy/start.sh index a008eab..f27e091 100755 --- a/proxy/start.sh +++ b/proxy/start.sh @@ -5,6 +5,7 @@ DEFAULT_SLEEP_SECONDS=3 function show_help { local cmd=$0 + # TODO accept list of servers as argument echo "Create a start loop for the proxy server and optionally start a number of paper servers with it" echo "" @@ -12,13 +13,14 @@ function show_help { echo "" echo "OPTIONS:" echo " -s --sleep How many seconds to sleep after stopping the server" - # TODO options for paper servers - echo " -h --help Show this messasge" + # TODO show server options + echo " -h --help Show this message" exit } function main { + # TODO create servers local sleep_seconds=$DEFAULT_SLEEP_SECONDS local help=false