changeset 5689:80d4a5138bcb

<oerjan> ` sed -i \'2s/^/print_args_or_input "$@" | /\' bin/d\xc3\xb6ts
author HackBot
date Wed, 24 Jun 2015 19:56:44 +0000
parents acb312e5d5d1
children 9e6895a7b711
files bin/döts
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/döts	Wed Jun 24 19:56:02 2015 +0000
+++ b/bin/döts	Wed Jun 24 19:56:44 2015 +0000
@@ -1,2 +1,2 @@
 #!/bin/sh
-sed -re "y/aehiotuwxyAEHIOUWXY/äëḧïöẗüẅẍÿÄËḦÏÖÜẄẌŸ/"
+print_args_or_input "$@" | sed -re "y/aehiotuwxyAEHIOUWXY/äëḧïöẗüẅẍÿÄËḦÏÖÜẄẌŸ/"