playwright/browser_patches/chromium-tip-of-tree/archive.sh
2022-04-20 22:38:26 -07:00

10 lines
133 B
Bash
Executable File

#!/bin/bash
set -e
set +x
trap "cd $(pwd -P)" EXIT
cd "$(dirname "$0")"
SCRIPT_FOLDER=$(pwd -P)
bash "../chromium/archive.sh" "$@"