📌  相关文章
📜  如何创建一个 sh 文件来运行终端命令 - Shell-Bash 代码示例

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

代码示例1
\\you start with
#!/bin/bash
EnterYourCommand



and open a terminal in the same directory where the .sh file is and run "chmod +x FILENAME.sh"