From 3157b1fba9ee8a558b04e9025da9f77e4256c0ea Mon Sep 17 00:00:00 2001 From: John Beppu Date: Fri, 10 Dec 1999 07:42:50 +0000 Subject: Implemented head(1). tried to mimic GNU behaviour. --- applets/busybox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets/busybox.c') diff --git a/applets/busybox.c b/applets/busybox.c index 4ac907665..f4573019b 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -75,6 +75,9 @@ static const struct Applet applets[] = { #ifdef BB_HALT //sbin {"halt", halt_main}, #endif +#ifdef BB_HEAD //bin + {"head", head_main}, +#endif #ifdef BB_HOSTNAME //bin {"hostname", hostname_main}, #endif -- cgit v1.2.3