#!/bin/bash # 创建日志文件 if [ ! -d "/home/GSD/log/birdy" ]; then mkdir -p /home/GSD/log/birdy fi cd bin while true do ./gsd sleep 2 done