Skip to content

anttikissa/watch-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 10, 2014
b147244 · Aug 10, 2014

History

25 Commits
Aug 10, 2014
Dec 12, 2012
Dec 12, 2012
Aug 10, 2014

Repository files navigation

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.

About

Watch file for changes, then exit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published