aboutsummaryrefslogtreecommitdiff
path: root/box-templates/box_3.c
diff options
context:
space:
mode:
Diffstat (limited to 'box-templates/box_3.c')
-rw-r--r--box-templates/box_3.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/box-templates/box_3.c b/box-templates/box_3.c
new file mode 100644
index 0000000..c32f473
--- /dev/null
+++ b/box-templates/box_3.c
@@ -0,0 +1,6 @@
+#ifdef FASESBOX_INCLUDES_test
+ else if (!strcmp(basename(argv[0]), "[")) return test_main(argc, argv);
+#endif
+ else if (!strcmp(basename(argv[0]), "box") && argc == 1) {
+ printf("fases box.\n");
+ printf("Usage: box command [args] ...\n");