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

2 lines
33 B
Bash

for ((;;)); do echo "SPAM"; done