diff options
Diffstat (limited to 'src/crontab.c')
-rw-r--r-- | src/crontab.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crontab.c b/src/crontab.c new file mode 100644 index 0000000..62b4c62 --- /dev/null +++ b/src/crontab.c @@ -0,0 +1,2 @@ +#define main crontab_main +#include "../crontab/crontab.c" |