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

Update a post til.

This commit is contained in:
jbranchaud
2015-07-04 08:36:53 -05:00
parent 1525b18ff0
commit 36266e5212

View File

@@ -2,14 +2,8 @@
Use the `repeat` command to repeat some other command.
You can repeat a command a handful of times
You can repeat a command any number of times like so
```
$ repeat 5 say Hello World
```
or you can repeat a command indefinitely
```
$ repeat -1 say Hello World
```