dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 9b386d3ce94b680b4bfc82db481fe117493cd1e0
parent fec9618b6276993f82134ec86f22073cfa32ccc7
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 31 Jan 2019 06:10:59 +0100

Add message example to help text

Diffstat:
Mlinks/bin/message | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/links/bin/message b/links/bin/message @@ -20,6 +20,8 @@ function show_help { echo " -v, --version show version and license information" echo " -- do not consider any following arguments as options" echo "${0##*/} requires ssh access to the system." + echo "Example with stdin:" + echo " echo 'hi' | message 'Jack Jackson'" } function show_version {