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