summary refs log tree commit diff
path: root/bin/watch.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-09-06 14:01:48 -0400
committerJune McEnroe <june@causal.agency>2017-09-06 14:01:48 -0400
commit29877b7b775a0b7dc329c2fe191b8d04eb94aa54 (patch)
tree652ec1da8df4354953897baf9c474d374e133edf /bin/watch.c
parentPass final NULL to execlp (diff)
downloadsrc-29877b7b775a0b7dc329c2fe191b8d04eb94aa54.tar.gz
src-29877b7b775a0b7dc329c2fe191b8d04eb94aa54.zip
Move C code to bin, Makefile, AGPL
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>
  *