update README for gitorious move
[tee-unique] / teeu-function
index 735cd3fc9d1fda987b2578fe2cf6a149887f4bfc..91d3e40e605d9aab2d9b4e356e4a6078d76369b8 100644 (file)
@@ -8,12 +8,12 @@ teeu() {
 Tee unique. Append each LINE or if none, each stdin line to FILE if it does not exist in FILE.
 
   [-h|--help]  display this message"
-    
+
     if [[ $1 == --help || $1 == -h ]]; then
         echo "$help"
         return
     fi
-    
+
     if (( ${#@} == 0 )) ; then
         echo "teeu error: need 1 or more arguments"
         echo "$help"