summaryrefslogtreecommitdiffstats
path: root/noise/modules/overlord
diff options
context:
space:
mode:
Diffstat (limited to 'noise/modules/overlord')
-rwxr-xr-xnoise/modules/overlord14
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