You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e "\nWelcome to Engage! There are a ton of tools in this container and echo-server is running so \"curl locahost\" for some quick details. \nMore details here: https://github.com/InAnimaTe/docker-engage"
if [ "$LOOPMODE" ] && [ $LOOPINTERVAL ]; then
echo ">> Entering LoopMode with interval $LOOPINTERVAL..."
while true
do
echo ">> Running given command..."
bash -x -c "$@"
echo ">> Beginning Sleep Internval for $LOOPINTERVAL ..."