日期:2014-05-16 浏览次数:20687 次
if [ "aa" = "aa" ];then echo yeah; fi;
#!/bin/sh if [ "aa" = "aa" ] then echo yeah fi