aboutsummaryrefslogtreecommitdiff
path: root/box-templates/box_4.c
diff options
context:
space:
mode:
Diffstat (limited to 'box-templates/box_4.c')
-rw-r--r--box-templates/box_4.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/box-templates/box_4.c b/box-templates/box_4.c
new file mode 100644
index 0000000..892de34
--- /dev/null
+++ b/box-templates/box_4.c
@@ -0,0 +1,7 @@
+ printf("\n");
+ }
+ else {
+ printf("box: %s: Not found or not implemented.\n", argv[0]);
+ }
+ return 0;
+}