Skip to content

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 221 Bytes

README.md

File metadata and controls

executable file
·
15 lines (11 loc) · 221 Bytes

linux-internal

实用工具

export LINUX_HOST=192.168.1.80
export LINUX_USER=james
export PATH=$PATH:`pwd`/bin

# 远程执行 c 文件
linux run hello.c

# 远程执行 python 文件
linux py hello.py