欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

怎么在cygwin中运行.sh文件

程序员文章站 2024-01-24 17:55:35
...
如何在cygwin中运行.sh文件?
以下是原来在linux下可以运行的auto.sh文件的内容,现在在windows服务器下运行。安装了cygwin、

#!/bin/sh
#
#Script to export
#
while : ;
do

php -d session.save_path=/dev/null -f /www/test.php > /dev/null
sleep 3
done

运行时报错

-bash-4.1$ ./auto.sh
./auto.sh: line 10: syntax error near unexpected token `done'
./auto.sh: line 10: `done'

是什么原因呢?是我没有安装cygwin没有安装shell库还是什么原因呢?
select packages to install时
选Shells bash: 和bash-completion:吗 还是什么原因,愿用过的朋友指点,感激不尽!
作者信息
怎么在cygwin中运行.sh文件

认证0级讲师

推荐视频教程
  • 怎么在cygwin中运行.sh文件javascript初级视频教程
  • 怎么在cygwin中运行.sh文件jquery 基础视频教程
  • 视频教程分类