extract-files.sh 259 B

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