diff options
Diffstat (limited to 'examples/command.sh')
-rwxr-xr-x | examples/command.sh | 3 |
1 files changed, 1 insertions, 2 deletions
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 |