tortoise-tts/scripts/run.sh
2024-06-17 22:48:34 -05:00

4 lines
54 B
Bash
Executable File

#!/usr/bin/env bash
until $@; do echo retrying; done