📄 check_compiler.sh
字号:
#!/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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -