X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fdeployments%2Fadml%2Fstart.sh;h=faadf1a41839e1f01685919aff8ebc2b818d5b89;hb=b50b9ec6e58b0092a5f221215d3c9589cbe94455;hp=d2b371eb875a98ecc70f25291be515560ab6db7e;hpb=d7b32ee56cf86c7702943d6afbac34c668b023ed;p=anna.git diff --git a/example/diameter/launcher/deployments/adml/start.sh b/example/diameter/launcher/deployments/adml/start.sh index d2b371e..faadf1a 100755 --- a/example/diameter/launcher/deployments/adml/start.sh +++ b/example/diameter/launcher/deployments/adml/start.sh @@ -1,5 +1,5 @@ #!/bin/bash -# $1: args type could be 'ft' (function test) or 'st' (system test). By default: ft +# $1: args type could be 'ft' (function test) or 'st' (system test), or 'help' to get the command line help. By default: ft function pgrep_live { pids=$(pgrep "$1"); [ "$pids" ] || return;