mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-11 12:33:45 +03:00
9 lines
85 B
Bash
9 lines
85 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
set +x
|
||
|
|
||
|
trap "cd $(pwd -P)" EXIT
|
||
|
cd "$(dirname $0)"
|
||
|
|
||
|
rm -rf ./x64
|