bash命令

运行bash命令

#! /bin/bash
echo "hello"

第一种运行方式:
chmod +x test.sh
./test.sh


第二种运行方式:
/bin/bash test.sh
  

 

posted on 2021-04-11 16:28  crystal1126  阅读(28)  评论(0编辑  收藏  举报

导航