?? sf-1
字號:
#!/bin/shtest=sf-1if test "$VERBOSE" = yes; then set -x ln --versionfi# Make sure we get English translations.. $srcdir/../lang-defaulttmp=t-ln.$$test_failure=0mkdir $tmp || test_failure=1cd $tmp || test_failure=1echo foo > a || test_failure=1ln -s . b || test_failure=1if test $test_failure = 1; then echo 'failure in testing framework' exit 1fifail=0ln -sf a b > err 2>&1 && fail=1case `cat err` in *'are the same file') ;; *) fail=1 ;;esaccd ..rm -rf $tmpexit $fail
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -