diff scripts/miscellaneous/popen2.m @ 2314:949ab8eba8bc

[project @ 1996-07-12 03:58:02 by jwe]
author jwe
date Fri, 12 Jul 1996 03:58:02 +0000
parents 5ca126254d15
children b5568c31ee2c
line wrap: on
line diff
--- a/scripts/miscellaneous/popen2.m	Thu Jul 11 21:25:22 1996 +0000
+++ b/scripts/miscellaneous/popen2.m	Fri Jul 12 03:58:02 1996 +0000
@@ -38,6 +38,8 @@
 ##  endwhile
 ##  fclose (out);
 
+## Author: jwe
+
 function [in, out, pid] = popen2 (command, args)
 
   in = -1;