summaryrefslogtreecommitdiff
path: root/examples/command.sh
blob: 64e159b9ae1a0e5d6f23ae4332c31d54265b09dc (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

# even though we have no headers
# we still need to tell there will be no more headers
printf "\n"

neofetch

exit 200