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

4 lines
64 B
Plaintext
Raw Normal View History

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