vall-e/scripts/run.sh
2023-01-12 20:07:44 +08:00

4 lines
54 B
Bash
Executable File

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