Skip to content

Commit

Permalink
better readme, based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronblohowiak committed Jan 26, 2011
1 parent 7d725c4 commit bcaf5ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -11,7 +11,11 @@ retarter does two things: it launches a process, and it monitors files.
when the files change, it `kill -9`'s the process and starts another one.

## Usage:
put it in your path.
put it in your path, then call it in a way that matches this pattern:

restarter [program name] [arg1 sent to program] [files to watch ...]

Here is an example that uses bash expansion to save some keystrokes in listing the files to watch:

restartr node server.js **/*.js

Expand Down

0 comments on commit bcaf5ea

Please sign in to comment.