Hi, I'm running Debian and want to start pyomxplayer and make it automatically restart if it crashes or ends. What is the best way to accomplish this? Someone and suggested to me using a simple forever script but what is this?
while true; do
./pyomxplayer
done