日期:2014-05-16 浏览次数:20751 次
#!/bin/sh test() { return 5 } if ! test ; then echo "aaaaaaa" else echo "bbbbbbb" fi