summaryrefslogtreecommitdiff
path: root/extract-files.py
blob: 7c80ec7f699e39f0633d7303762ca7900cb42e9f (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}/bonito"
./extract-files.py $@
popd