init commit
This commit is contained in:
11
bin/pac/tools/.playwright/node/linux-x64/playwright.sh
Normal file
11
bin/pac/tools/.playwright/node/linux-x64/playwright.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
node -v > /dev/null 2>&1
|
||||
if test $? -ne 0
|
||||
then
|
||||
echo "node wasn't found in the PATH. Please make sure node is installed and available in the PATH. Exiting..."
|
||||
exit 1
|
||||
else
|
||||
SCRIPT_PATH="$(cd "$(dirname "$0")" ; pwd -P)"
|
||||
node "$SCRIPT_PATH/../../package/lib/cli/cli.js" "$@"
|
||||
fi
|
||||
Reference in New Issue
Block a user