Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 452 Bytes

readme-example.md

File metadata and controls

39 lines (24 loc) · 452 Bytes

libexample

A library that solves some common problems.

Overview

The project solves lots of problems:

  • a
  • b
  • c
  • etc

Index

say-hello()

My super function. Not thread-safe.

Example

echo "test: $(say-hello World)"

Arguments

  • $1 (string): A value to print

Exit codes

  • 0: If successful.
  • 1: If an empty string passed.

See also