toaruos/util/mk-error

7 lines
107 B
Plaintext
Raw Normal View History

#!/bin/bash
echo -e "\033[1;31m! Fatal error encountered.\033[0m"
2012-01-19 05:52:11 +04:00
cat /tmp/.`whoami`-build-errors
exit 1