Changeset 83d665a in mainline


Ignore:
Timestamp:
2020-12-05T07:25:33Z (4 years ago)
Author:
parth-27 <parth1020patel@…>
Parents:
738d5a4
Message:

head command added

Location:
uspace/app/bdsh
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/modules.c

    r738d5a4 r83d665a  
    6767#include "basename/entry.h"
    6868#include "grep/entry.h"
     69#include "head/entry.h"
    6970
    7071/*
     
    9697#include "basename/basename_def.inc"
    9798#include "grep/grep_def.inc"
     99#include "head/head_def.inc"
    98100
    99101        { NULL, NULL, NULL, NULL }
  • uspace/app/bdsh/meson.build

    r738d5a4 r83d665a  
    6161        'cmds/modules/basename/basename.c',
    6262        'cmds/modules/grep/grep.c',
     63        'cmds/modules/head/head.c',
    6364        'compl.c',
    6465        'errors.c',
Note: See TracChangeset for help on using the changeset viewer.