mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
10 lines
105 B
Bash
10 lines
105 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
set +x
|
||
|
|
||
|
trap "cd $(pwd -P)" EXIT
|
||
|
cd "$(dirname $0)"
|
||
|
cd "checkout"
|
||
|
|
||
|
rm -rf WebKitBuild
|