aboutsummaryrefslogtreecommitdiff
path: root/box-templates/box_4.c
blob: 892de34c0c8e469667a51f18c19d24d8c0189100 (plain) (blame)
1
2
3
4
5
6
7
		printf("\n");
	}
	else {
		printf("box: %s: Not found or not implemented.\n", argv[0]);
	}
	return 0;
}