thttpd.sh

来自「MiniWeb 在嵌入式平台上运行的WEB源代码」· Shell 代码 · 共 11 行

SH
11
字号
#!/bin/sh## thttpd.sh - startup script for thttpd on FreeBSD 3.x## This goes in /usr/local/etc/rc.d and gets run at boot-time.if [ -x /usr/local/sbin/thttpd_wrapper ] ; then    echo -n " thttpd"    /usr/local/sbin/thttpd_wrapper &fi

⌨️ 快捷键说明

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