mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
4 lines
116 B
Bash
4 lines
116 B
Bash
![]() |
#!/bin/sh
|
||
|
SCRIPT_PATH="$(cd "$(dirname "$0")" ; pwd -P)"
|
||
|
$SCRIPT_PATH/node $SCRIPT_PATH/package/lib/cli/cli.js "$@"
|