📄 .pass
字号:
#.pass This script should be protected, it has all your passwords!debug "off" # prevent screen echoing of the password!pause 2if SERVICE eq "unixforum"then set cfile "uni" set auto "on" set cis "on" transmit "72160.1341/go:unixforum\\harsh#words^M" exitfiif SERVICE eq "scoforum"then set cfile "sco" set auto "on" set cis "on" transmit "72160.1341/go:scoforum\\harsh#words^M" exitfiif SERVICE eq "mail"then set cfile "email" set auto "on" set cis "off" transmit "72160.1341/go:mail\\harsh#words^M" exitfiif SERVICE eq "cis"then set cfile "cis" #set auto "on" set cis "off" transmit "72160.1341\\harsh#words^M" exitfiif SERVICE eq "jpr"then transmit "jpr^M" waitfor "word:" transmit "enTHuse^M"fiif SERVICE eq "root"then transmit "root^M" waitfor "word:" transmit "up&down"fi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -