summaryrefslogtreecommitdiff
path: root/ult/ult_9/while-1.sh
blob: 485e167e7839e8f5e4441829c99c96d0e5d280b2 (plain)
1
2
3
4
while true
do
  echo "True"
done