From 242a4c20a611dec63f01f27554c41330dd73c5b2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Mon, 19 Jan 1998 22:10:53 -0800
Subject: [PATCH] modified to write what it is doing

Rev: NT/tools/sprshd:1.3
---
 NT/tools/sprshd | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/NT/tools/sprshd b/NT/tools/sprshd
index 2f970808d9..6486a93cbd 100755
--- a/NT/tools/sprshd
+++ b/NT/tools/sprshd
@@ -18,6 +18,8 @@ void handle_incoming_connection(object(Stdio.File) io)
   string dir=cmd[0];
   cmd=cmd[1..];
 
+  write("Doing "+cmd*" "+"\n");
+
   switch(cmd[0])
   {
     case "getenv":
-- 
GitLab