mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-26 05:49:03 +02:00
also, some of them were out of date; years now updated. Signed-off-by: Leah Rowe <leah@libreboot.org>
9 lines
162 B
Bash
Executable File
9 lines
162 B
Bash
Executable File
# SPDX-License-Identifier: MIT
|
|
# SPDX-FileCopyrightText: 2022, 2023 Leah Rowe <leah@libreboot.org>
|
|
|
|
err()
|
|
{
|
|
printf "ERROR %s: %s\n" "${0}" "${1}" 1>&2
|
|
exit 1
|
|
}
|