Files
bash-tut/teil12/noloop.sh
2024-07-29 08:02:16 +02:00

17 lines
127 B
Bash

# noloop.sh
echo "1"
echo "und"
echo "1"
echo "und"
echo "1"
echo "und"
echo "1"
echo "und"
echo "1"
echo "und"
echo "aus"