Add TODOs
This commit is contained in:
parent
94ab55b6ab
commit
deca0a4a48
@ -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 <secs> 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user