update README for gitorious move
authorIan Kelling <ian@iankelling.org>
Mon, 16 Feb 2015 10:05:40 +0000 (02:05 -0800)
committerIan Kelling <ian@iankelling.org>
Mon, 16 Feb 2015 10:05:40 +0000 (02:05 -0800)
README
teeu
teeu-function

diff --git a/README b/README
index a960550c97db9dacb19c2a9ad9d82387010871fd..b3829e2fd029748742db8d8360579ce2e911aaed 100644 (file)
--- a/README
+++ b/README
@@ -4,12 +4,9 @@ script files which sit next to this file.
 Files ending in -function are for sourcing then calling as a function. Files
 without -function are exactly the same except they are for calling as a script.
 
-Patches and bugs are very welcome via gitlab.
-
-Questions, feedback, etc are very welcome via email to Ian Kelling
-<ian@iankelling.org>. I will add any useful questions, answers, etc. to this
-file. If a mailing list / forum is ever called for, I will start one.
+Patches, bugs, and any feedback is very welcome via gitorious or email to
+Ian Kelling <ian@iankelling.org>.
 
 This program is also part of a collection of programs,
-https://gitlab.com/iankelling/bash-programs-by-ian, which are unrelated except
+https://gitorious.org/bash-programs-by-ian, which are unrelated except
 having the same author and being being bash programs.
diff --git a/teeu b/teeu
index 9a7345bf027b94a069a251296b4bc8d97fb91e4f..948169dbffdd190d66a2cb502ec0807800ef4012 100755 (executable)
--- a/teeu
+++ b/teeu
@@ -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"
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"