From 77eee644c9c9bf6e3c19a5c6efb9d31f5d91318e Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Sun, 2 Jul 2023 22:40:04 -0400 Subject: move body to stdin --- examples/command.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/command.sh') diff --git a/examples/command.sh b/examples/command.sh index 52a5666..64e159b 100755 --- a/examples/command.sh +++ b/examples/command.sh @@ -6,6 +6,5 @@ printf "\n" neofetch -# return http code 418 im a teapot -exit 418 +exit 200 -- cgit v1.2.3-freya