Add business email style script. - various - Various utilities developed at bit… | |
git clone git://bitreich.org/various/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinw… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit a3f78a11aeaf596184dd53d7df9ff4cc945df91a | |
parent 9dbe214f2615fe3bcf5159946c26aba09c5c939c | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sun, 22 Jan 2023 22:52:23 +0100 | |
Add business email style script. | |
Thanks adc! | |
Diffstat: | |
A business-e-mail-style | 2 ++ | |
1 file changed, 2 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/business-e-mail-style b/business-e-mail-style | |
@@ -0,0 +1,2 @@ | |
+#!/bin/sh | |
+tr 'a-z' 'A-Z' | sed 's/./&./g; s/\s/./g' |