diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-10-31 15:53:53 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-10-31 15:53:53 +0000 |
commit | 0e66f87316e571f7edf5274369ec69a5905507aa (patch) | |
tree | 116d6dddc6658d992f5f336445208795fcc771f9 /rc | |
parent | a84ffa1accef6e4900a7ff3462e9448574b2fb0a (diff) |
florenate: not funny
Diffstat (limited to 'rc')
-rwxr-xr-x | rc/bin/florenate | 11 |
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' |