5 lines
55 B
Bash
5 lines
55 B
Bash
|
termux_error_exit() {
|
||
|
echo "ERROR: $*" 1>&2
|
||
|
exit 1
|
||
|
}
|