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