-
SimulOS: 一款使用 bash shell 脚本编写的“操作系统”模拟程序
资源介绍
模拟操作系统
项目终止
用 bash shell 脚本编写的“操作系统”模拟。
款式信息
注释:
# Category:
# Information.
功能:
return= " " # For functions with return values.
# Description of the function.
# return-value name [--options] required-arguments [optional-arguments] (Optional)
function name() {
code
return=return-value
}
function caller() {
name required-arguments
dostuffwith $return
}
变量:
name= " " # Define the variable.
name
- 上一篇: shell命令解释器代码框架(原版)
- 下一篇:没有了