Add extract-files.sh helper script
Change-Id: Ie5f4c6ab8debf1a2b11db45b0cb6957e2539ac80
This commit is contained in:
parent
6166a5da84
commit
807bfa1c18
1 changed files with 12 additions and 0 deletions
12
extract-files.sh
Executable file
12
extract-files.sh
Executable file
|
@ -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/tokay/extract-files.sh" "$@"
|
Loading…
Add table
Add a link
Reference in a new issue