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

2 lines
33 B
Bash

while true; do echo "SPAM"; done