Welcome to mirror list, hosted at ThFree Co, Russian Federation.

capitalize-argv1.sh « filters « tests - git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ea00982564ee3f63676c982fce9720ead27446f (plain)
1
2
3
#!/bin/sh

echo "$1" | tr '[:lower:]' '[:upper:]'