1
0

utilities/bin

This commit is contained in:
dtb
2022-05-14 20:52:57 -04:00
parent 3334b25b77
commit 27a1dead1a
17 changed files with 324 additions and 0 deletions

10
bin/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'