+function description comment
[nethome.git] / 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