1
0
This commit is contained in:
dtb
2023-11-19 20:18:20 -07:00
parent 67b50e9133
commit 407ea45346
15 changed files with 5 additions and 0 deletions

10
niceties/uwu Executable file
View File

@@ -0,0 +1,10 @@
#!/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'