s_readme
来自「这是国外的resip协议栈」· 代码 · 共 26 行
TXT
26 行
#!/bin/sh -# $Id: s_readme,v 1.7 2003/07/02 15:27:44 bostic Exp $## Build the README.echo 'Updating Berkeley DB README file...'d=..t=/tmp/__ttrap 'rm -f $t; exit 0' 0 1 2 3 13 15. RELEASEcat << END_OF_README>$t$DB_VERSION_STRINGThis is version $DB_VERSION_MAJOR.$DB_VERSION_MINOR.$DB_VERSION_PATCH of Berkeley DB from Sleepycat Software. To viewthe release and installation documentation, load the distribution filedocs/index.html into your web browser.END_OF_READMEf=../READMEcmp $t $f > /dev/null 2>&1 || (echo "Building $f" && rm -f $f && cp $t $f && chmod 444 $f)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?