Good. You can use it like this ./jc foo.json bar.json.
Awesome. Well, let's do it.
- Clone the repository into a folder that is convenient for you (for me it's
~/Projects/jc) like thisgit clone https://github.com/prbrq/jc.git ~/Projects/jc mkdir -p ~/.binln -s "$HOME/Projects/jc/jc" "$HOME/.bin/jc"export PATH="$HOME/.bin:$PATH"