From dc222c7aab6bf349f4774a92dd4ffee9c13025c5 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 11 Jan 2026 19:55:53 -0500 Subject: [PATCH] Oops added something that shouldn't have been added. --- modules/howl/howl.sh | 4284 ------------------------------------------ 1 file changed, 4284 deletions(-) delete mode 100755 modules/howl/howl.sh diff --git a/modules/howl/howl.sh b/modules/howl/howl.sh deleted file mode 100755 index c7b7bc1..0000000 --- a/modules/howl/howl.sh +++ /dev/null @@ -1,4284 +0,0 @@ -#!/usr/bin/env bash -[ -f functions.sh ] && source functions.sh - -mrowl() { - local count - count=$(shuf -n1 -e {5..15}) - mrowl="${0##*/}" - mrowl="${mrowl%.sh}" - echo -n "${mrowl}" - for ((i=0; i