aboutsummaryrefslogtreecommitdiff
path: root/bin/edda
diff options
context:
space:
mode:
Diffstat (limited to 'bin/edda')
-rwxr-xr-xbin/edda16
1 files changed, 1 insertions, 15 deletions
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 <tom@sanctum.geek.nz>
-# Copyright: 2015
-# License: Public domain
-#
-
-# Name self
+# Run ed(1) over multiple files, duplicating stdin.
self=edda
# Define usage function