tarinstall.sh
来自「firebird源代码」· Shell 代码 · 共 14 行
SH
14 行
#! /bin/sh# THe way this works is that the buildroot file is stored relative to the root# directory and a tar -xzf at root directory will restore all the files in # the position that we want them to beOrigDir=`pwd`cd /tar -xzf $OrigDir/buildroot.tar.gz cd $OrigDir
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?