view bin/sed @ 11836:c62643e28143 draft

<b_jonas> `` echo $IRC_NICK >> bin/flist
author HackEso <hackeso@esolangs.org>
date Thu, 13 Jun 2019 22:08:52 +0000
parents 2f89f6385868
children
line wrap: on
line source

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