Skip to content

Instantly share code, notes, and snippets.

@liclac
Last active October 1, 2023 11:48
  • Star 16 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Hewwo? (Based on leafysweetsgarden's OWO extension)
#!/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;
#!/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'
@Dennis-Nesterenko
Copy link

ngl, kinda epic

@pt300
Copy link

pt300 commented May 20, 2020

+1

@humbertowoody
Copy link

awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment