view bin/sed @ 9579:ef9235f9b54d

<shachaf> revert
author HackBot
date Mon, 31 Oct 2016 19:55:42 +0000
parents 2f89f6385868
children
line wrap: on
line source

#!/bin/bash
/bin/sed "$@" && if [[ $# == "3" && "/$1" == "/-i" ]]; then echo -n "$3//"; cat "$3"; fi