systemcheck.sh
来自「watchdog source watchdog source」· Shell 代码 · 共 8 行
SH
8 行
#!/bin/sh# This checks quite some resources of the system. If for instance libc is# destroyed you cannot start /bin/sh anymore.# Courtesy of: Zygo Blaxell <zblaxell@linuxmaster.hungrycats.org>exit 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?