#!/bin/bash while GOMAXPROCS=1 echo "Your command goes here"; [[ $? -ne 0 ]]; do sleep 1 done