OcttKB/Wiki-OcttKB/tiddlers/System/$__OcttKB_Repo_Src.Misc.sh.txt

6 lines
65 B
Plaintext
Raw Normal View History

2023-04-14 13:04:56 +02:00
#!/bin/sh
ToLower(){
echo "$1" | tr "[:upper:]" "[:lower:]"
}