mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
3 lines
42 B
Bash
3 lines
42 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
tr a-z A-Z < "${1}" > "${2}"
|