?? northlocal.sh
字號:
#!/bin/sh# this script is used by "north" UMLs that want to have per-test# configuration files, and will be hitting sunrise-oe to test with.TESTING=${TESTING-/testing}mkdir -p /tmp/$TESTNAMEcp ${TESTING}/pluto/$TESTNAME/north.conf /tmp/$TESTNAME/ipsec.confcp /etc/ipsec.secrets /tmp/$TESTNAMEmkdir -p /tmp/$TESTNAME/ipsec.d/policiescp /etc/ipsec.d/policies/* /tmp/$TESTNAME/ipsec.d/policiesIPSEC_CONFS=/tmp/$TESTNAME export IPSEC_CONFS
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -