zsh while loop code example Example: zsh while loop example Click to copywhile true; do fission fn test --name kp; sleep 5; done