创建一个shell脚本
touch test.sh
vim test.sh
#!/bin/bash
# Author baimei
# date  2023年5月12日
#脚本共嗯介绍
echo "Hello World"

欢迎来撩 :shell 编程从0到1
 51工具盒子
51工具盒子
            创建一个shell脚本
touch test.sh
vim test.sh
#!/bin/bash
# Author baimei
# date  2023年5月12日
#脚本共嗯介绍
echo "Hello World"

欢迎来撩 :shell 编程从0到1