summary refs log tree commit diff
path: root/bin/watch.c
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-09-06 14:01:48 -0400
committerJune McEnroe <programble@gmail.com>2017-09-06 14:01:48 -0400
commitf77fae1335c562b720c4a6d4aa710f8627eaaff6 (patch)
treed027fc65a47a79db548ef797d95539952b17ba42 /bin/watch.c
parentRename curtis -> home (diff)
downloadsrc-f77fae1335c562b720c4a6d4aa710f8627eaaff6.tar.gz
src-f77fae1335c562b720c4a6d4aa710f8627eaaff6.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 c13f6d71..4b1bfb4d 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, Curtis McEnroe <programble@gmail.com>
  *
20-12-29 17:19:23 -0500'>2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe