mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
7 lines
87 B
Bash
Executable File
7 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
|
|
/etc/init.d/dbus start &&
|
|
|
|
/opt/wechat/devtools/bin/wechat-devtools "$@"
|
|
|