diff options
Diffstat (limited to '')
-rw-r--r--[-rwxr-xr-x] | bin/watch.c (renamed from home/.bin/watch.c) | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/home/.bin/watch.c b/bin/watch.c index 7720315b..22bd5197 100755..100644 --- a/home/.bin/watch.c +++ b/bin/watch.c @@ -1,9 +1,4 @@ -#if 0 -exec cc -Wall -Wextra -Wpedantic -o $(dirname $0)/watch $0 -#endif - -/* - * Execute a command each time files change. +/* Execute a command each time files change. * * Copyright (c) 2017, June McEnroe <programble@gmail.com> * |