oops!

Brandon Allbery allbery at ncoast.UUCP
Mon Jul 28 00:41:46 AEST 1986


Expires:

Quoted from <1325 at ncoast.UUCP> ["Detecting running processes... this one's portable"], by allbery at ncoast.UUCP (Brandon Allbery)...
+---------------
| --------
| #! /bin/sh
| while kill -0 ${1-?}; do
| 	sleep ${2-60}
| done
| --------
+---------------

OOPS!  Change ``${1-?}'' to ``${1?}''.

++Brandon
-- 
  ---------------- /--/	Brandon S. Allbery		UUCP:
 /              / /|\/	Tridelta Industries, Inc.       decvax!cwruecmp!ncoast!
----    -------- /-++	7350 Corporate Blvd.		    tdi2!brandon
   /   / /---,  /--/	Mentor, Ohio 44060		PHONE:  (home)
  /   / /    / /  /	     -- HOME --			+1 216 974 9210
 /   / /    / /  /	6615 Center St. Apt. A1-105	ARPA:  ncoast!allbery%
----  /----~ /--/	Mentor, Ohio 44060-4101		case.CSNET at csnet-relay
-------------------------------------------------------------------------------
			Space -- The Final Frontier



More information about the Comp.sources.unix mailing list