?? preinstall.in
字號:
#!/bin/shecho " "echo "REPORT ALL BUGS, PROBLEMS, AND ACCOLADES TO:"echo " "echo " Zip-Bugs@lists.wku.edu"echo " "echo "Checking architecture platform for .ARCH. ..."arch=`uname -p`if [ "arch_${arch}" != "arch_.ARCH." ]; then echo " " echo "This product MUST be installed on a Solaris .ARCH. platform." echo "Your machine looks like it is a ${arch} platform." echo "Please install the version for the .ARCH. architecture." echo "Aborting the installation because of this. " echo " " returncode=1 else echo " " echo "This product works on .ARCH., which you happen to have!" echo " " returncode=0fiecho " "/usr/bin/sleep 4exit ${returncode:-1}#
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -