summaryrefslogtreecommitdiff
path: root/extract-files.py
diff options
context:
space:
mode:
Diffstat (limited to 'extract-files.py')
-rwxr-xr-xextract-files.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/extract-files.py b/extract-files.py
new file mode 100755
index 0000000..5bb981f
--- /dev/null
+++ b/extract-files.py
@@ -0,0 +1,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