+function description comment
authorshort <>
Fri, 19 Mar 2004 13:20:03 +0000 (13:20 +0000)
committershort <>
Fri, 19 Mar 2004 13:20:03 +0000 (13:20 +0000)
bin/deployme

index e43721b..8fbb9d6 100755 (executable)
@@ -1,5 +1,7 @@
 #! /bin/bash
 
+# Current user is copied to the specified machine $1
+
 if [ $# != 1 ];then
        echo "$0 <hostname>"
        exit 1