mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-01 08:34:02 +03:00
aa1862cd2b
Internal commit reference:
2fa26b1d22
9 lines
93 B
Bash
Executable File
9 lines
93 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
set +x
|
|
|
|
trap "cd $(pwd -P)" EXIT
|
|
cd "$(dirname $0)"
|
|
|
|
rm -rf ./x64
|