摘要: 运行脚本报错#!/bin/bashs=0for (( i=1; i<=100; i++ ))do s=$(( $s + $i ))doneecho $ssh add.sh 报错:add.sh: 4: Syntax... 阅读全文
posted @ 2014-11-18 15:17 love25444 阅读(21) 评论(0) 推荐(0)