Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 532 Bytes

cli.md

File metadata and controls

14 lines (9 loc) · 532 Bytes

Heartpoints Bash CLI

On a machine with bash shell, use the ./hp CLI (./hp for short) to run various commands that are useful in the development of heartpoints.org.

To get a list of commands available, just run without arguments: ./hp

To run without ./, just make sure that you include . in your PATH!

Safe Bash Scripts

See this blog for details about how to write safe bash scripts that do not accidentally swallow errors!