Files
chatgpt-on-wechat/tout.sh
2023-02-27 22:24:14 +08:00

8 lines
97 B
Bash
Executable File

#!/bin/bash
#打开日志
export BASE_DIR=`pwd`
echo $BASE_DIR
tail -f "${BASE_DIR}/nohup.out"