firebird

来自「firebird源代码」· 代码 · 共 18 行

TXT
18
字号
#!/bin/sh. /etc/rc.common### Start Firebird DB Server### We don't want to add an entry to the hostconfig file yet, so we'll# just comment out the code that understands the settings in hostconfig#if [ "${FIREBIRDDB:=-NO-}" = "-YES-" ]; then    if [ -f /Library/Frameworks/Firebird.framework/Resources/bin/ibmgr ]; then        echo '/Library/Frameworks/Firebird.framework/Resources/bin/ibmgr -start -forever' | su firebird    fi# fi

⌨️ 快捷键说明

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