7 lines
107 B
Bash
Executable File
7 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo -e "\033[1;31m! Fatal error encountered.\033[0m"
|
|
cat /tmp/.`whoami`-build-errors
|
|
|
|
exit 1
|