From 8ddc311148d728164cd96205d7535b2b595f38ce Mon Sep 17 00:00:00 2001 From: Danny Jonker Date: Tue, 21 Mar 2023 20:14:37 +0100 Subject: [PATCH] readmeupdate --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 1af1f18..68452cc 100644 --- a/Readme.md +++ b/Readme.md @@ -25,6 +25,7 @@ without $PATH commands should return No such file or directory instead of comman - check for -Wall -Werror -Wextra - find a program that returns 2 with invalid options - add here_doc with "EOF " in some way +- I expect 1 somewhere should be 127 - ./pipex input "echo "'"hallo"'"" cat output - ./pipex input "printf h'hal""lo hallo'h" cat output - ./pipex input "awk '{print$1}' input" cat output