view bin/sed @ 9771:3e54f8d1843f

<oerjan> sled bin/quote//s,shuf,shuf --random-source=/dev/urandom,
author HackBot
date Thu, 24 Nov 2016 01:23:39 +0000
parents 2f89f6385868
children
line wrap: on
line source

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