Files
device_google_blueline/extract-files.py
Michael Bestas 7e513ad8ef Update extract-files helper scripts
Change-Id: I42081d2ac09e739ecb12548f05c096d1a72b7252
2024-12-14 14:54:06 +01:00

14 lines
228 B
Python
Executable File

#!/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}/../crosshatch/blueline"
./extract-files.py $@
popd