From: Ian Kelling Date: Fri, 1 Aug 2014 15:13:21 +0000 (-0700) Subject: finish incomplete rename X-Git-Url: https://iankelling.org/git/?p=tee-unique;a=commitdiff_plain;h=83e89cc8fc3d1fc682cb1ce813a3d56d8d6c5f51 finish incomplete rename --- diff --git a/teeu b/teeu index 074dc4d..44718f9 100755 --- a/teeu +++ b/teeu @@ -2,7 +2,7 @@ # Copyright (C) 2014 Ian Kelling # This program is under GPL v. 3 or later, see -appendu() { +teeu() { local help="Usage: appendu [-h|--help] FILE Tee unique. Append each stdin line if it does not exist in the file. diff --git a/teeu-function b/teeu-function index 9d2c5b9..cc55ff1 100644 --- a/teeu-function +++ b/teeu-function @@ -2,7 +2,7 @@ # Copyright (C) 2014 Ian Kelling # This program is under GPL v. 3 or later, see -appendu() { +teeu() { local help="Usage: appendu [-h|--help] FILE Tee unique. Append each stdin line if it does not exist in the file.