summaryrefslogtreecommitdiff
path: root/etc/functions/die
blob: 6bee0a8963eee3d019a08ea7394b807978f03b5b (plain)
1
2
3
## vim:ft=zsh
echo -e "\e[1;31m${*}\e[0m" > /dev/stderr
exit 1