fix clean
[tridge/junkcode.git] / watchscript.c
1 #include <stdio.h>
2
3 int main(int argc, const char *argv[])
4 {
5         if (argc < 2) {
6                 printf("Usage: watchscript SCRIPT\n");
7         }
8 }