annotate bin/sed @ 9497:e2fe9c449a12

<oerjan> mkx bin/sed///bin/sed "$@" && if [ $* == "3" ] && [ $1 == "-i" ]; then echo -n "$3//"; cat "$3"; fi
author HackBot
date Sat, 29 Oct 2016 19:10:15 +0000
parents
children f542f18d7836
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9497
e2fe9c449a12 <oerjan> mkx bin/sed///bin/sed "$@" && if [ $* == "3" ] && [ $1 == "-i" ]; then echo -n "$3//"; cat "$3"; fi
HackBot
parents:
diff changeset
1 /bin/sed "$@" && if [ $* == "3" ] && [ $1 == "-i" ]; then echo -n "$3//"; cat "$3"; fi