mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 03:23:49 +08:00
7 lines
137 B
Bash
7 lines
137 B
Bash
#!/bin/sh
|
|
echo "Start GOCQHTTP~~~"
|
|
|
|
cp -f config.yml /tmp/config.yml
|
|
cp -f device.json /tmp/device.json
|
|
./go-cqhttp -w="/tmp/" faststart
|