RosettaCodeData/Task/Loops-Infinite/UNIX-Shell/loops-infinite-3.sh

2 lines
34 B
Bash

until false; do echo "SPAM"; done