Add extract-files.sh helper script

Change-Id: Ie5f4c6ab8debf1a2b11db45b0cb6957e2539ac80
This commit is contained in:
Michael Bestas 2021-11-24 23:31:19 +02:00
parent b451fe2bf2
commit 85cc499181
No known key found for this signature in database
GPG key ID: CC95044519BE6669

13
extract-files.sh Executable file
View file

@ -0,0 +1,13 @@
#!/bin/bash
#
# Copyright (C) 2016 The CyanogenMod Project
# Copyright (C) 2017-2020 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
set -e
MY_DIR="$(cd "$(dirname "${0}")"; pwd -P)"
"${MY_DIR}/../pantah/cheetah/extract-files.sh" "$@"