Update extract-files helper scripts

Change-Id: I42081d2ac09e739ecb12548f05c096d1a72b7252
This commit is contained in:
Michael Bestas 2024-11-06 04:56:46 +02:00
parent 3a0a5a5723
commit 58fde14a7a
No known key found for this signature in database
GPG key ID: CC95044519BE6669
3 changed files with 26 additions and 13 deletions

13
extract-files.py Executable file
View file

@ -0,0 +1,13 @@
#!/bin/bash
#
# SPDX-FileCopyrightText: 2024 The LineageOS Project
# SPDX-License-Identifier: Apache-2.0
#
set -e
MY_DIR="$(cd "$(dirname "${0}")"; pwd -P)"
pushd "${MY_DIR}/../shusky/husky"
./extract-files.py $@
popd