extract-files.py 210 B

12345678910111213
  1. #!/bin/bash
  2. #
  3. # SPDX-FileCopyrightText: 2024 The LineageOS Project
  4. # SPDX-License-Identifier: Apache-2.0
  5. #
  6. set -e
  7. MY_DIR="$(cd "$(dirname "${0}")"; pwd -P)"
  8. pushd "${MY_DIR}/lynx"
  9. ./extract-files.py $@
  10. popd