We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f77dc82 + 7aba178 commit 61b93ffCopy full SHA for 61b93ff
1 file changed
1000HelloWorld.sh
@@ -3,6 +3,7 @@ for run in {1..1000}
3
do
4
echo "Hello world!"
5
echo $run
6
+ echo "good morning"
7
sleep 2
8
date +"%H:%M:%S"
9
done
0 commit comments