#!/usr/bin/env bash # SPDX-License-Identifier: GPL-2.0-only build() { add_binary /usr/lib/systemd/systemd-shutdown /shutdown if type -P kexec >/dev/null; then add_binary kexec fi } help() { cat <