mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-02 08:09:43 +08:00
8 lines
97 B
Bash
Executable File
8 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
#打开日志
|
|
|
|
export BASE_DIR=`pwd`
|
|
echo $BASE_DIR
|
|
|
|
tail -f "${BASE_DIR}/nohup.out"
|