diff --git a/extract-files.sh b/extract-files.sh new file mode 100755 index 0000000..3d44c8e --- /dev/null +++ b/extract-files.sh @@ -0,0 +1,12 @@ +#!/bin/bash +# +# SPDX-FileCopyrightText: 2016 The CyanogenMod Project +# SPDX-FileCopyrightText: 2017-2024 The LineageOS Project +# SPDX-License-Identifier: Apache-2.0 +# + +set -e + +MY_DIR="$(cd "$(dirname "${0}")"; pwd -P)" + +"${MY_DIR}/../caimito/caiman/extract-files.sh" "$@"