code-study/Shell at master · insiston/code-study · GitHub
Skip to content

Latest commit

 

History

History
Shell="
                              
      **          ***   ***        
 ****  *            *     *        
*   *  *            *     *        
*      *            *     *        
 **    ***    **    *     *        
   *   *  *  *  *   *     *        
    *  *  *  ****   *     *        
*   *  *  *  *      *     *        
****  *** **  *** ***** ***** 

"

if [[ $? -eq 1 ]];then

        echo "记录学习及工作的Shell代码"
        echo "不断的学习,不断的实例代码"
        echo "写出具有实际意义的程序"
else
        echo "${Shell}"
fi