diff bin/sed @ 9499:f542f18d7836

<oerjan> sled bin/sed//1i#!/bin/bash
author HackBot
date Sat, 29 Oct 2016 19:14:47 +0000
parents e2fe9c449a12
children d18256fd6450
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