#!/bin/sh

cat <<BANNER
----------------------------------------------------------------------

The njs CLI for Angie has been installed.

Please refer to the njs documentation for further details:
https://nginx.org/en/docs/njs/cli.html

----------------------------------------------------------------------
BANNER

exit 0
