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