mirror of
https://github.com/linuxserver/docker-weixin.git
synced 2026-02-19 18:17:46 +08:00
12 lines
209 B
Bash
12 lines
209 B
Bash
#!/bin/bash
|
|
|
|
# default file copies first run
|
|
if [ ! -f $HOME/.config/tint2/tint2rc ]; then
|
|
mkdir -p $HOME/.config/tint2
|
|
cp /defaults/tint2rc $HOME/.config/tint2/tint2rc
|
|
fi
|
|
|
|
# Run weixin
|
|
tint2 &
|
|
wechat
|