playwright/browser_patches/webkit/clean.sh
2019-11-22 22:24:14 -08:00

12 lines
152 B
Bash
Executable File

#!/bin/bash
set -e
set +x
trap "cd $(pwd -P)" EXIT
cd "$(dirname $0)"
cd "checkout"
if [[ -d ./WebKitBuild ]]; then
rm -rf ./WebKitBuild/Release
fi