wechatgpt/run.sh
2023-02-24 20:17:38 +08:00

5 lines
87 B
Bash
Executable File

#!/bin/bash
basepath=$(cd `dirname $0`; pwd)
nohup ./wechatbot >> $basepath/run.log &