sample.script

来自「嵌入式linux下可簡單移植的dhcp client,廣泛用於IP STB上」· SCRIPT 代码 · 共 8 行

SCRIPT
8
字号
#!/bin/sh
# Currently, we only dispatch according to command.  However, a more
# elaborate system might dispatch by command and interface or do some
# common initialization first, especially if more dhcp event notifications
# are added.

exec /usr/share/udhcpc/sample.$1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?