example2.sh
来自「velocity 的脚本语言的全部代码集合」· Shell 代码 · 共 22 行
SH
22 行
#!/bin/sh_VELCP=.for i in ../../bin/*.jardo _VELCP=$_VELCP:"$i"done for i in ../../build/lib/*.jardo _VELCP=$_VELCP:"$i"done # convert the unix path to windowsif [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then _VELCP=`cygpath --path --windows "$_VELCP"`fijava -cp $_VELCP Example2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?