ref: 08f8117964b60fb1d33ac2dff2dde64720961d7d
parent: 6072f80b3540f3c51e52a0157053bdf171c9797c
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'
--
⑨