changeset 9499:f542f18d7836

<oerjan> sled bin/sed//1i#!/bin/bash
author HackBot
date Sat, 29 Oct 2016 19:14:47 +0000
parents 4a438b536aa5
children ebc81ceadec9
files bin/sed
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/sed	Sat Oct 29 19:10:53 2016 +0000
+++ b/bin/sed	Sat Oct 29 19:14:47 2016 +0000
@@ -1,1 +1,2 @@
+#!/bin/bash
 /bin/sed "$@" && if [ $* == "3" ] && [ $1 == "-i" ]; then echo -n "$3//"; cat "$3"; fi