From 1559173ef9527ce5470a5737816787c87521ee07 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Tue, 5 Nov 2013 23:35:44 +0100 Subject: Added help message for duck command --- shhelp.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/shhelp.sh b/shhelp.sh index d3566ed..db08396 100644 --- a/shhelp.sh +++ b/shhelp.sh @@ -1,8 +1,11 @@ -#!/bin/bash -ex +#!/usr/bin/env bash +set -e case "$1" in "advert") echo "advert : Make shbot speak the truth about himself on the specified CHANNEL." ;; + "duck") echo "help : Prints a cute duck." + ;; "help") echo "help : Prints help about TOPIC." ;; "join") echo "join : Make shbot join the specified CHANNEL." -- cgit v1.2.3