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

4 lines
64 B
Plaintext
Raw Normal View History

2023-06-11 20:14:59 +00:00
#!/bin/sh
ToLower(){ echo "$1" | tr "[:upper:]" "[:lower:]"; }