1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-09 01:58:02 +00:00

Update the wording a bit.

This commit is contained in:
jbranchaud
2015-06-25 08:29:25 -05:00
parent b57d59f35a
commit 242d233c15

View File

@@ -1,13 +1,14 @@
# Repeat Yourself # Repeat Yourself
Use the `repeat` command to repeat yourself. You can repeat yourself a Use the `repeat` command to repeat some other command.
number of times
You can repeat a command a handful of times
``` ```
$ repeat 5 say Hello World $ repeat 5 say Hello World
``` ```
or you can repeat yourself indefinitely or you can repeat a command indefinitely
``` ```
$ repeat -1 say Hello World $ repeat -1 say Hello World