Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
compose() {
|
||||
eval "$1() { $3 | $2; }"
|
||||
}
|
||||
|
||||
downvowel() { tr AEIOU aeiou; }
|
||||
upcase() { tr a-z A-Z; }
|
||||
compose c downvowel upcase
|
||||
echo 'Cozy lummox gives smart squid who asks for job pen.' | c
|
||||
# => CoZY LuMMoX GiVeS SMaRT SQuiD WHo aSKS FoR JoB PeN.
|
||||
Loading…
Add table
Add a link
Reference in a new issue