finish incomplete rename
authorIan Kelling <ian@iankelling.org>
Fri, 1 Aug 2014 15:13:21 +0000 (08:13 -0700)
committerIan Kelling <ian@iankelling.org>
Fri, 1 Aug 2014 15:13:21 +0000 (08:13 -0700)
teeu
teeu-function

diff --git a/teeu b/teeu
index 074dc4dd18c9ab2a30e3a173f71bbc110979658c..44718f94ed6b696c9ee1f706050bff720cabb144 100755 (executable)
--- a/teeu
+++ b/teeu
@@ -2,7 +2,7 @@
 # Copyright (C) 2014 Ian Kelling
 # This program is under GPL v. 3 or later, see <http://www.gnu.org/licenses/>
 
-appendu() {
+teeu() {
     local help="Usage: appendu [-h|--help] FILE
 
 Tee unique. Append each stdin line if it does not exist in the file.
index 9d2c5b939c4d5a6c71183aea82d11225fedf9851..cc55ff15d1c0500b5834178c9908a893da98a1a7 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright (C) 2014 Ian Kelling
 # This program is under GPL v. 3 or later, see <http://www.gnu.org/licenses/>
 
-appendu() {
+teeu() {
     local help="Usage: appendu [-h|--help] FILE
 
 Tee unique. Append each stdin line if it does not exist in the file.