diff options
Diffstat (limited to 'noise/modules/overlord')
| -rwxr-xr-x | noise/modules/overlord | 14 | 
1 files changed, 0 insertions, 14 deletions
| diff --git a/noise/modules/overlord b/noise/modules/overlord deleted file mode 100755 index ded8627a..00000000 --- a/noise/modules/overlord +++ /dev/null @@ -1,14 +0,0 @@ -#! /bin/sh -set -euf - -# cd // -cd $(dirname $(readlink -f $0))/../.. - -case "${1---help}" in -  --help) -    echo "Make an announcement! Usage: /overlord <text>" -  ;; -  *) -    exec god/overlord/index "$@" -  ;; -esac | 
