原谅我这是一个非常简单的脚本在Bash。这里是代码:
@H_403_10@#!/bin/bash # june 2011 if [ $# -lt 3 -o $# -gt 3 ]; then echo "Error... Usage: $0 host database username" exit 0 fi
运行后sh file.sh:
Syntax error: unexpected end of file