summaryrefslogtreecommitdiff
path: root/extract-files.py
blob: 5bb981f675bc51e35fdf2fc1d5a34b0d27e659a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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}/barbet"
./extract-files.py $@
popd