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

4 lines
64 B
Bash

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