📄 config.txt.sample
字号:
# path to ssh, default "ssh"# SSH = ssh# You can set Makefile-style variablesTESLA_PATH = /home/thomer/install/bin/teslaLSD_PATH = /home/thomer/install/bin/lsdSLAVE_PATH = /home/thomer/install/bin/testslave## All hosts involved.## IP address (not hostname!), path to tesla, path to lsd, path to testslave# You can't mix localhost (127...) addresses and non-localhost addresses.## 18.26.4.76 $TESLA_PATH $LSD_PATH $SLAVE_PATH# 18.26.4.9 /home/am0/thomer/install/bin/tesla /home/am0/thomer/install/bin/lsd /home/am0/thomer/install/bin/testslave127.0.0.1 $TESLA_PATH $LSD_PATH $SLAVE_PATH127.0.0.1 $TESLA_PATH $LSD_PATH $SLAVE_PATH127.0.0.1 $TESLA_PATH $LSD_PATH $SLAVE_PATH# determines how long to sleep before starting the tests.# default is 5# SLEEP = 5# all programs to run. must exit(0) if OK./home/thomer/prog/sfsnet/build/test/example1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -