#! /bin/bash
if Iam; then
   echo "it worked two"
else ls
   echo "I am  in  the  else"
fi

 

相关文章: