mirror of
https://github.com/Evolution-X-Devices/device_google_sargo
synced 2026-02-01 05:43:22 +00:00
14 lines
252 B
Bash
Executable File
14 lines
252 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}/../bonito/sargo/extract-files.sh" "$@"
|