bash-scripts/test.sh

7 lines
97 B
Bash
Raw Permalink Normal View History

2023-12-31 18:55:53 +01:00
#!/bin/bash
while GOMAXPROCS=1 echo "Your command goes here"; [[ $? -ne 0 ]];
do
sleep 1
done