mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
6 lines
133 B
Bash
6 lines
133 B
Bash
#!/bin/bash
|
|
|
|
root_dir=$(cd `dirname $0`/../../.. && pwd -P)
|
|
echo $root_dir
|
|
export PATH="$root_dir/node/bin:$PATH"
|
|
$(dirname $0)/test2 |