k9core

Unnamed repository
Log | Files | Refs | LICENSE

commit 32e3a82407ed28a814bf57c1a23d9a9eac322dae
parent 069bde6d7046b7c246d2823dbc44bd3073c0c461
Author: qorg11 <qorg@vxempire.xyz>
Date:   Wed,  5 Aug 2020 17:34:23 +0200

lol

Diffstat:
Msrc/head.c | 7+------
1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/head.c b/src/head.c @@ -30,12 +30,7 @@ int main(int argc, char *argv[]) { int lines = 10; - if(argv[1][1] == 'n' && argc == 4) - { - - } - - switch(argc) + switch(argc) { case 1: head(stdin,lines);