Skip to content

nlm/throttle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

throttle

Easily throttle command spawing in scripts

Build Status

usage

throttle <times> <period> <statefile> [<command> [args]]

throttle will execute a command at most TIMES times in a period of PERIOD seconds and store its state in STATEFILE.

return values

<100: actual return value of the program
100: command throttled
101: syntax error
102: system error
103: error reading/writing state file

About

Easily throttle command spawning in scripts

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors