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