diff ptyhelper.c @ 1:9bef0941c6dd

Add a few comments.
author John "Elwin" Edwards <elwin@sdf.org>
date Sun, 06 May 2012 09:04:14 -0700
parents bd412f63ce0d
children
line wrap: on
line diff
--- a/ptyhelper.c	Sun May 06 08:45:40 2012 -0700
+++ b/ptyhelper.c	Sun May 06 09:04:14 2012 -0700
@@ -1,3 +1,9 @@
+/*
+ * ptyhelper: a utility that runs a command in a pseudoterm and then streams
+ * stdio to/from it.  Intended to get around the node.js loss of C/UNIX 
+ * functionality.
+ * Remember to compile with -lutil.
+ */
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>