bashttp/examples/command.sh

11 lines
168 B
Bash
Executable file

#!/bin/bash
# even though we have no headers
# we still need to tell there will be no more headers
printf "\n"
neofetch
# return http code 418 im a teapot
exit 418