summaryrefslogtreecommitdiff
path: root/examples/command.sh
blob: 52a5666567d491a88b43d9a9ab8c1baac7d8c128 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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