Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 183 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 183 Bytes

capz

Convert the first letter of each word to upper case

Usage

# input
$> capz hello world

# output
$> Hello World 

Installation

$ make
# make install