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

6 lines
65 B
Bash

#!/bin/sh
ToLower(){
echo "$1" | tr "[:upper:]" "[:lower:]"
}