⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 s_readme

📁 这是国外的resip协议栈
💻
字号:
#!/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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -