#!/usr/bin/env bash. set -euo pipefail. FILE="${1:-}". EXPORT="${2:-}". if test -z "${FILE}" || test -z "${EXPORT}"; then.
確定! 回上一頁