diff options
Diffstat (limited to 'bin/watch.c')
-rw-r--r-- | bin/watch.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/watch.c b/bin/watch.c index 22bd5197..3200f548 100644 --- a/bin/watch.c +++ b/bin/watch.c @@ -1,6 +1,4 @@ -/* Execute a command each time files change. - * - * Copyright (c) 2017, June McEnroe <programble@gmail.com> +/* Copyright (c) 2017, June McEnroe <programble@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -16,6 +14,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +// Execute a command each time files change. + #include <sys/types.h> #include <err.h> |