#!/usr/bin/env bash
if [; then
fi
while ; do
# EXIT_CODE=$?
# if [ $EXIT_CODE -ne 0 ]; then
# echo ""
# echo "> Command failed with exit code $EXIT_CODE"
# echo "> Restarting in 2 seconds... (Ctrl+C to stop)"
# # sleep 2
# else
# sleep 0.1
# fi
done