bashttp/examples/command.sh
2023-07-02 22:40:04 -04:00

10 lines
133 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
exit 200