bashttp/examples/command.sh

11 lines
133 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
2023-07-03 02:40:04 +00:00
exit 200