changeset 4388:f5348bffe961

<oerjan> sed -i \'s/[^ ]*$/"$@"/\' bin/hd
author HackBot
date Thu, 30 Jan 2014 23:07:22 +0000
parents 02be2e278897
children 4cce85087a0a
files bin/hd
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/hd	Thu Jan 30 22:33:13 2014 +0000
+++ b/bin/hd	Thu Jan 30 23:07:22 2014 +0000
@@ -1,2 +1,2 @@
-#!/bin/sh
-od -Ax -tx1z -v $@
+"$@"
+od -Ax -tx1z -v "$@"