mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 14:11:50 +03:00
3536e81d77
Internal commit reference:
2e6d52519c
9 lines
85 B
Bash
Executable File
9 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
set +x
|
|
|
|
trap "cd $(pwd -P)" EXIT
|
|
cd "$(dirname $0)"
|
|
|
|
rm -rf ./x64
|