mirror of
https://github.com/Evolution-X-Devices/device_google_komodo
synced 2026-01-27 14:54:48 +00:00
13 lines
272 B
Bash
Executable File
13 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/komodo/extract-files.sh" "$@"
|