📄 .aus
字号:
# .asu or .aus : visit SCOForum and UnixForum# non-stop read, and Prompt Char set to '^H' in all Fora.#debug "on"set cis offset proto 7ecall ".cisdial"pause 3; transmit "^C"assign SERVICE eq "scoforum"call ".pass"#debug "on"set cfile "/pub/jpr/comm/sco"waitfor "moment please..."capture "on"if waitfor "forum !^h" 75then call ".temp_opt" assign Upload eq `ls scoR 2>/dev/null` if Upload eq "scoR" then capture "off" type "scoR" transmit "^M" while ! waitfor "% choice required" do; done shell "mv scoR /pub/rescue/scoR$$" capture "on" fi transmit "rea new^M^M" while ! waitfor "% choice required" do; done capture "off"else beepfiset cfile "/pub/jpr/comm/uni"transmit "g unixforum^M"waitfor "moment please..."capture "on"if waitfor "forum !^h" 75then call ".temp_opt" assign Upload eq `ls uniR 2>/dev/null` if Upload eq "uniR" then capture "off" type "uniR" transmit "^M" while ! waitfor "% choice required" do; done shell "mv uniR /pub/rescue/uniR$$" capture "on" fi transmit "rea new^M^M" while ! waitfor "% choice required" do; done capture "off"else beepfitransmit "off^M"quit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -