mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
4 lines
116 B
Bash
Executable File
4 lines
116 B
Bash
Executable File
#!/bin/sh
|
|
SCRIPT_PATH="$(cd "$(dirname "$0")" ; pwd -P)"
|
|
$SCRIPT_PATH/node $SCRIPT_PATH/package/lib/cli/cli.js "$@"
|