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