1
0
src/bin/uwu

11 lines
191 B
Plaintext
Raw Normal View History

2022-05-15 00:52:57 +00:00
#!/bin/sh
# Simple script of substitutions to uwuify English.
# Not a great use of disk...
dd 2>/dev/null \
| sed \
-e 's/l/w/g' \
-e 's/r/w/g' \
-e 's/smaww/smol/g' \
-e 's/wove/wuv/g'