Implemented head(1).
tried to mimic GNU behaviour.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user