📌  相关文章
📜  运行命令的 linux 脚本 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:39.552000             🧑  作者: Mango

代码示例1
#1. Open the terminal. Go to the directory where you want to create your script.

#2. Create a file with . sh extension.

#3. Write the script in the file using an editor.

#4. Make the script executable with command
chmod +x .

#5. Run the script using
./.