diff options
author | 2023-11-30 09:57:34 +0100 | |
---|---|---|
committer | 2023-11-30 09:57:34 +0100 | |
commit | 253062709c11f88bc8e3e34d8d14d54a691034cd (patch) | |
tree | ce3898d3b630c7f08cd13f45fca25ef3bbab7a59 /lower.sh | |
parent | 50f25337c239b6d852c0200fc7db72ef3f3e489a (diff) | |
download | acme-scripts-253062709c11f88bc8e3e34d8d14d54a691034cd.tar.gz acme-scripts-253062709c11f88bc8e3e34d8d14d54a691034cd.zip |
Diffstat (limited to 'lower.sh')
-rwxr-xr-x | lower.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lower.sh b/lower.sh new file mode 100755 index 0000000..2b3fc54 --- /dev/null +++ b/lower.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +tr 'A-Z' 'a-z' |