?? install
字號:
### This is the INSTALL script for the the stuff in the linux directory. ### (2-22-98)DIR=$PWDcp -p modemu /usr/bincp -p mtelnet /usr/bincp -p lrz /usr/bincp -p lsz /usr/binif [ -d /usr/man/man1 ]; thencp ../man/lrz.1 ../man/lsz.1 ../man/modemu.1 /usr/man/man1elif [ -d /usr/local/man/man1 ]; thencp ../man/lrz.1 ../man/lsz.1 ../man/modemu.1 /usr/local/man/man1elseMSG="NO"ficd /usr/binln -sf lrz rzln -sf lrz rxln -sf lrz rbln -sf lsz szln -sf lsz sxln -sf lsz sbcd $DIRif [ ! -L /lib/libncurses.so.4 -a ! -L /usr/lib/libncurses.so.4 ]; thenechoecho "You need libncurses.so.? to use minicom."echo "You also need a link to libncurses.so.? called libncurses.so.4."echo "ln -sf libncurses.so.? libncurses.so.4 <-Create link.)"fiechoecho "The programs (lrz lsz modemu) are in /usr/bin."if [ "$MSG" = "NO" ]; thenecho "Man pages not installed, no /usr/man/man1 or /usr/local/man/man1 directory."elseecho "The man pages for the programs are in /usr/man/man1 or /usr/local/man/man1."fiechoecho "Done... I hope there were no problems."echo
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -