#!/usr/bin/env bash # # SPDX-License-Identifier: GPL-3.0-or-later printf '\n[%s] WARNING: %s\n\n' "mkparabolaiso" "build.sh scripts are deprecated! Please use mkparabolaiso directly." >&2 _buildsh_path="$(realpath -- "$0")" exec mkparabolaiso "$@" "${_buildsh_path%/*}"