runme.view
来自「TGFF省城程序」· VIEW 代码 · 共 26 行
VIEW
26 行
#!/bin/shfiles='simple packets creds1'VISUAL=${VISUAL:-more}if which psview > /dev/null; then PSVISUAL=psviewelif which ghostview > /dev/null; then PSVISUAL=ghostviewfifor file in $files; do echo Processing $file. ../tgff $file if which $VISUAL >/dev/null; then $VISUAL $file.tgffopt $file.tgff fi if which $PSVISUAL >/dev/null; then $PSVISUAL $file.eps fidone
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?