shithub: riscv

ref: c63cd980a4f9d00360d63f61880e12c677bf4b70
dir: /rc/bin/florenate/

View raw version
#!/bin/rc
words='shit|fuck|damn|bullshit'
caps=`{echo $words | tr a-z A-Z}
{
	if(~ $1 -n){
		shift 1
		grep -h -i $words $*
	}
	if not
		cat $*
} | sed 's/'^$words^'/john floren/g; s/'^$caps^'/JOHN FLOREN/g'