check_compiler.sh

来自「The Kannel Open Source WAP and SMS gatew」· Shell 代码 · 共 18 行

SH
18
字号
#!/bin/sh## Use `test/test_compiler' to test gw/wml_compiler.cset -etest/wml_tester -b test/testcase.wml | test/decompile | diff test/testcase.wml - > check_compiler.log 2>&1ret=$?if [ "$ret" != 0 ]then	echo check_compiler failed 1>&2	echo See check_compiler.log or run test/test_compiler for info 1>&2	exit 1firm check_compiler.log

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?