mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-02-03 07:57:34 +01:00
4 lines
64 B
Plaintext
4 lines
64 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
ToLower(){ echo "$1" | tr "[:upper:]" "[:lower:]"; }
|