summaryrefslogtreecommitdiff
path: root/rc
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2022-10-31 15:53:53 +0000
committercinap_lenrek <cinap_lenrek@felloff.net>2022-10-31 15:53:53 +0000
commit0e66f87316e571f7edf5274369ec69a5905507aa (patch)
tree116d6dddc6658d992f5f336445208795fcc771f9 /rc
parenta84ffa1accef6e4900a7ff3462e9448574b2fb0a (diff)
florenate: not funny
Diffstat (limited to 'rc')
-rwxr-xr-xrc/bin/florenate11
1 files changed, 0 insertions, 11 deletions
diff --git a/rc/bin/florenate b/rc/bin/florenate
deleted file mode 100755
index 81cc0a1f3..000000000
--- a/rc/bin/florenate
+++ /dev/null
@@ -1,11 +0,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'