mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
6 lines
222 B
Bash
6 lines
222 B
Bash
#!/bin/sh
|
|
|
|
root_dir=$(cd `dirname $0`/.. && pwd -P)
|
|
export PATH="$root_dir/cache/wechat_devtools_1.05.2201240_x64:$PATH"
|
|
execute="$root_dir/cache/wechat_devtools_1.05.2201240_x64/node.exe"
|
|
wine $execute -e "require('wcc')" |