device_google_caiman/extract-files.sh
Michael Bestas b42ff2af64
Add extract-files.sh helper script
Change-Id: Ie5f4c6ab8debf1a2b11db45b0cb6957e2539ac80
2024-10-27 22:08:16 +02:00

12 lines
272 B
Bash
Executable file

#!/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" "$@"