0.1.1 • Published 10 years ago

watch-file v0.1.1

Weekly downloads
2
License
BSD
Repository
github
Last release
10 years ago

watch-file

Shell utility for watching file changes.

Intended to be used like:

while watch-file test.c; do gcc test.c -o test && ./test; done

Installation

Install npm. (Comes with Node.js).

npm install -g watch-file

Usage

watch-file <files...>

Wait until one of the files changes, then exit.

0.1.1

10 years ago

0.1.0

10 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago