⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sysname.ep

📁 一个通讯程序源码
💻 EP
字号:
#-----------------------------------------------------------# sysname.ep - procedure to call UNIX-like system 'sysname'## CONFIDENTIAL - This function should be chmod 0600 because# it contains a password which you probably don't want to be# common knowledge.## This procedure calls 'unixlogin.ep' to do the hard work.#-----------------------------------------------------------    mkvar $s_pwd(20)    # local variable preserves password    $s_pwd = 'password' # security by disappearing when the                        # procedure terminates#   also, by keeping the password text off the following line,#   the password will not be displayed if you abort (interrupt)#   the procedure    do 'unixlogin' %argv(0) 'username' $s_pwd 'ansi-or-whatever'

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -