mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
4 lines
154 B
Bash
4 lines
154 B
Bash
#!/bin/sh
|
|
export PATH="/var/run/host/usr/bin:$PATH"
|
|
export LD_LIBRARY_PATH="/app/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH"
|
|
exec /app/opt/bin/wechat-devtools |