From 4deb63b89d696fd932201c31f6181d2ba8800dbb Mon Sep 17 00:00:00 2001 From: short <> Date: Fri, 19 Mar 2004 13:20:03 +0000 Subject: [PATCH] +function description comment --- bin/deployme | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/deployme b/bin/deployme index e43721b..8fbb9d6 100755 --- a/bin/deployme +++ b/bin/deployme @@ -1,5 +1,7 @@ #! /bin/bash +# Current user is copied to the specified machine $1 + if [ $# != 1 ];then echo "$0 " exit 1 -- 1.8.3.1