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