Popularity
2.5
Declining
Activity
0.0
Stable
1
3
1

Monthly Downloads: 10
Programming language: Haskell
License: Mozilla Public License 2.0
Tags: System    

retryer alternatives and similar packages

Based on the "System" category.
Alternatively, view retryer alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of retryer or a related project?

Add another 'System' Package

README

retryer

Available through hackage.

Installing:

Have a working haskell install, and then

cabal install retryer

or

git clone https://github.com/dgonyeo/retryer.git
cd retryer
cabal install -j

Using:

Usage: retryer (-t|--tries <int>) (-d|--delay <double>) -- Command

Available options:
  -h,--help                Show this help text
  -t,--tries <int>         Number of times to retry the command. <= 0 disables.
  -d,--delay <double>      Seconds to wait before retrying the command. <= 0
                           disables.

So for example:

retryer -t 10 -d 5 -- ssh -p 222 [email protected]