3741254a69
* Rename the capitalize-* filters to dump.* since they also dump the arguments. * Add full argument validation to the email filters. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
5 γραμμές
74 B
Bash
Εκτελέσιμο Αρχείο
5 γραμμές
74 B
Bash
Εκτελέσιμο Αρχείο
#!/bin/sh
|
|
|
|
[ "$#" -gt 0 ] && printf "%s " "$*"
|
|
tr '[:lower:]' '[:upper:]'
|