aboutsummaryrefslogtreecommitdiff
path: root/box-templates/box_3.c
blob: c32f473ca9bb0277e6c3b76a197072dfcebe6e32 (plain) (blame)
1
2
3
4
5
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");