From fc55a56c067d55c63991ddb416be4e742745450f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 2 Aug 2016 14:37:21 +1200 Subject: Get rid of a lot of comment boilerplate This is all stuff that should be or is in the manpages --- bin/edda | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'bin/edda') diff --git a/bin/edda b/bin/edda index ee65fd9f..0f242c58 100755 --- a/bin/edda +++ b/bin/edda @@ -1,19 +1,5 @@ #!/usr/bin/env bash - -# -# edda(1) -- Run ed(1) over multiple files, duplicating stdin. Example: -# -# $ edda -s /etc/app.d/*.conf <<'EOF' -# ,s/foo/bar/g -# w -# EOF -# -# Author: Tom Ryder -# Copyright: 2015 -# License: Public domain -# - -# Name self +# Run ed(1) over multiple files, duplicating stdin. self=edda # Define usage function -- cgit v1.2.3