diff --git a/modules/howl/howl.sh b/modules/howl/howl.sh new file mode 100755 index 0000000..c7b7bc1 --- /dev/null +++ b/modules/howl/howl.sh @@ -0,0 +1,4284 @@ +#!/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