文件名称:bash-module:Bash的模块系统
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-26 08:48:38
Shell
Bash模块系统
这是一个概念,表明在Bash中使用完全隔离脚本的模块化系统是可能的。
要对其进行测试,请从项目目录运行:
bash test/test.sh
基本用法
#! /bin/bash
cd $( dirname ${0} )
# # Initialize module system
# source
【文件预览】:
bash-module-master
----test()
--------test.sh(359B)
--------sample.sh(139B)
--------package()
----src()
--------module.sh(5KB)
----LICENSE.md(7KB)
----.gitignore(693B)
----README.md(1KB)
----.editorconfig(228B)
----.gitattributes(46B)