code: plan9front

Download patch

ref: 0e66f87316e571f7edf5274369ec69a5905507aa
parent: a84ffa1accef6e4900a7ff3462e9448574b2fb0a
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Oct 31 11:53:53 EDT 2022

florenate: not funny

--- a/rc/bin/florenate
+++ /dev/null
@@ -1,11 +1,0 @@
-#!/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'