summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--[-rwxr-xr-x]shbirth.sh0
-rw-r--r--[-rwxr-xr-x]shbrain.sh0
-rw-r--r--[-rwxr-xr-x]shduck.sh0
-rw-r--r--[-rwxr-xr-x]shhelp.sh5
-rw-r--r--[-rwxr-xr-x]shquote.sh0
-rw-r--r--[-rwxr-xr-x]shtrains.sh0
6 files changed, 4 insertions, 1 deletions
diff --git a/shbirth.sh b/shbirth.sh
index 894a5c7..894a5c7 100755..100644
--- a/shbirth.sh
+++ b/shbirth.sh
diff --git a/shbrain.sh b/shbrain.sh
index 3b1f700..3b1f700 100755..100644
--- a/shbrain.sh
+++ b/shbrain.sh
diff --git a/shduck.sh b/shduck.sh
index 5fc4b02..5fc4b02 100755..100644
--- a/shduck.sh
+++ b/shduck.sh
diff --git a/shhelp.sh b/shhelp.sh
index d3566ed..db08396 100755..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 <CHANNEL> : Make shbot speak the truth about himself on the specified CHANNEL."
;;
+ "duck") echo "help <TOPIC> : Prints a cute duck."
+ ;;
"help") echo "help <TOPIC> : Prints help about TOPIC."
;;
"join") echo "join <CHANNEL> : Make shbot join the specified CHANNEL."
diff --git a/shquote.sh b/shquote.sh
index bd53abb..bd53abb 100755..100644
--- a/shquote.sh
+++ b/shquote.sh
diff --git a/shtrains.sh b/shtrains.sh
index 7b9b2d0..7b9b2d0 100755..100644
--- a/shtrains.sh
+++ b/shtrains.sh