1
0
Files

11 lines
183 B
Plaintext
Raw Permalink Normal View History

2022-05-14 20:52:57 -04:00
#!/bin/sh
# Simple script of substitutions to uwuify English.
# Not a great use of disk...
dd 2>/dev/null \
| sed \
2025-03-07 05:36:27 -07:00
-e s/l/w/g \
-e s/r/w/g \
-e s/smaww/smol/g \
-e s/wove/wuv/g