Files
device_google_blueline/extract-files.sh
Michael Bestas 40bffd6293 blueline: Add extract-files.sh helper script
Change-Id: Ie5f4c6ab8debf1a2b11db45b0cb6957e2539ac80
2021-12-02 19:43:07 +02:00

14 lines
259 B
Bash
Executable File

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