Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个简单的 bash 脚本,它会在某个时间打开一个媒体播放器,并随着时间的推移增加它的音量。因为我想稍后与几个人分享这个脚本,所以我想知道是否可以创建另一个脚本,让其他用户根据自己的喜好更改值。
我知道只需通过 texteditor 打开脚本就可以解决问题,但是由于我是 bashscripting 的新手,所以我很想知道是否有办法在不使用 texteditor 的情况下做到这一点
最简单的方法
获取您的配置文件
. /pathto/myconfig
然后设置可以在文本编辑器中打开的配置文件中的值
#explanation of parameter PARAM1="...."