Last active
October 1, 2023 11:48
-
-
Save liclac/44d5ecb1d01594c8860b157040090a3a to your computer and use it in GitHub Desktop.
Hewwo? (Based on leafysweetsgarden's OWO extension)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env -S perl -p | |
tr/rlRL/wwWW/; s/([nN])([aeiou])/\1y\2/g; s/(N)([AEIOU])/\1Y\2/g; s/ove/uv/g; | |
s/\!+/" ".("(・`ω´・)",";;w;;","owo","UwU",">w<","^w^")[rand(6)]." "/eg; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
tr rlRL wwWW | \ | |
sed -r -e 's/([nN])([aeiou])/\1y\2/g' -e 's/(N)([AEIOU])/\1Y\2/g' -e 's/ove/uv/g' | | |
perl -pe 's/\!+/" ".("(・`ω´・)",";;w;;","owo","UwU",">w<","^w^")[rand(6)]." "/eg' |
+1
awesome!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ngl, kinda epic