8 lines
183 B
Bash
Executable File
8 lines
183 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
# Deprecated in official archiso
|
|
|
|
_buildsh_path="$(realpath -- "$0")"
|
|
exec mkarchcraftiso "$@" "${_buildsh_path%/*}"
|