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

📄 ps.ep

📁 一个通讯程序源码
💻 EP
字号:
#  CHK=0xDA50#+------------------------------------------------------# ps.eq - another colorful ps example#-------------------------------------------------------#+:EDITS:*/#:09-10-1992-13:59-wht@n4hgf-ECU release 3.20#:08-22-1992-15:39-wht@n4hgf-ECU release 3.20 BETA#:07-11-1989-16:55-wht-get cmd became lgets#:06-30-1989-18:53-wht-creation	mkvar $icolor; $icolor = %colors	send %argv(0)+' '+%argv(1)+' '+%argv(2)	lookfor '\n' 40	$s0 = ''	whilei 1==1	{		lgets $s0 60 60 '\n'		color cyan		ifi %instr($s0,'(getty)' >= 0 continue		else ifi %instr($s0,'(tcsh)' >= 0 continue		else ifi %instr($s0,'(csh)' >= 0 continue		else ifi %instr($s0,'(sh)' >= 0 continue		else ifi %instr($s0,'/etc/init' >= 0 continue		else ifi %instr($s0,'% ') >= 0 break		else ifi %instr($s0,'USER') == 0 color gray		else ifi %instr($s0,' i29 ') > 0 color red		else ifi %instr($s0,' i13 ') > 0 color green		else ifi %instr($s0,'root') == 0 color yellow		echo $s0	}	icolor $icolor	send ''

⌨️ 快捷键说明

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