1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +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
Use the `repeat` command to repeat yourself. You can repeat yourself a
number of times
Use the `repeat` command to repeat some other command.
You can repeat a command a handful of times
```
$ repeat 5 say Hello World
```
or you can repeat yourself indefinitely
or you can repeat a command indefinitely
```
$ repeat -1 say Hello World