bash-scripts/test.sh
2023-12-31 10:55:53 -07:00

7 lines
97 B
Bash

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