📄 setup_ssm
字号:
#! /bin/sh# Let the ch3 configure know which utility modules are needed for this channel# (in ch3/util/<directory>, in this case, ch3/util/sock and shm because# this channel uses both sockets and shared memory)ch3subsystems="$ch3subsystems sock shm"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -