A simple way to do this would be

    until `/some/command`
    do
      sleep 1
    done