Skip to content

Commit

Permalink
[minor] Updated contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Sep 28, 2010
1 parent a4f1700 commit 347dcaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ You can use forever to run any kind of script continuously (whether it is writte
options:
-m MAX Only run the specified script MAX times
-s, --silent Run the child script silencing stdout and stderr
-h, --help You're staring at it
-o, OUTFILE Logs stdout from child script to OUTFILE
-e, ERRFILE Logs stderr from child script to ERRFILE
-h, --help You're staring at it
</pre>

There are several samples designed to test the fault tolerance of forever. Here's a simple example:
Expand Down Expand Up @@ -80,3 +80,4 @@ Each forever object is an instance of the node.js core EventEmitter. There are s
</pre>

#### Author: [Charlie Robbins](http://www.charlierobbins.com)
#### Contributors: [Fedor Indutny](http://github.com/donnerjack13589)
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"description": "A simple CLI tool for ensuring that a given node script runs continuously (i.e. forever)",
"version": "0.2.0",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [
{ "name": "Fedor Indutny", "email": "fedor.indutny@gmail.com" }
],
"repository": {
"type": "git",
"url": "http://github.com/indexzero/forever.git"
Expand Down

0 comments on commit 347dcaa

Please sign in to comment.