0
0
mirror of https://github.com/thegeeklab/retry.git synced 2024-11-21 13:10:39 +00:00

example of success

This commit is contained in:
Neville Kadwa 2015-03-26 15:24:45 -04:00
parent 9a214426fa
commit f0aae55fb5

View File

@ -24,6 +24,12 @@ Help:
### Examples
No problem:
`retry echo u work good`
u work good
Test functionality:
`retry 'echo "y u no work"; false'`