s_readme

来自「这是linux下运行的mysql软件包,可用于linux 下安装 php + m」· 代码 · 共 24 行

TXT
24
字号
#!/bin/sh -#	$Id: s_readme,v 1.6 2002/02/14 02:50:26 bostic Exp $## Build the README.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 + -
显示快捷键?