run
来自「idel虚拟机源码」· 代码 · 共 11 行
TXT
11 行
#!/bin/sh# This script is for testing the local version of idel, rather than# the installed version (which you can run with idelrun).# We don't use a pipe so that the program run by idelvm can read# stdin.sourcefile=$1; shiftcpp "$sourcefile" | bin/idelasm >image && bin/idelvm "$@" image
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?