From 222dcae8a9f29b5ca97a094a423a1bb6578fec1a Mon Sep 17 00:00:00 2001 From: Bryan Matsuo Date: Mon, 30 Jun 2014 14:46:02 -0700 Subject: [PATCH] comment --- shell.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell.go b/shell.go index ad7cdda..f89a5a4 100644 --- a/shell.go +++ b/shell.go @@ -1,3 +1,6 @@ +// shell.go +// a collection of shell and tty utilities + package main import (