bashttp/examples/command.sh

12 lines
168 B
Bash
Raw Normal View History

#!/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