diff --git a/extract-files.sh b/extract-files.sh new file mode 100755 index 0000000..acb28f5 --- /dev/null +++ b/extract-files.sh @@ -0,0 +1,13 @@ +#!/bin/bash +# +# Copyright (C) 2016 The CyanogenMod Project +# Copyright (C) 2017-2020 The LineageOS Project +# +# SPDX-License-Identifier: Apache-2.0 +# + +set -e + +MY_DIR="$(cd "$(dirname "${0}")"; pwd -P)" + +"${MY_DIR}/../shusky/husky/extract-files.sh" "$@"