bin: Aliases for upcase and downcase
This commit is contained in:
parent
303c3ab55e
commit
79572c4832
2 changed files with 10 additions and 0 deletions
5
bin/upcase
Executable file
5
bin/upcase
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
exec tr '[:lower:]' '[:upper:]'
|
||||
Loading…
Add table
Add a link
Reference in a new issue