diff --git a/toys/checkextensions b/toys/checkextensions index 1abdd78..485e2c9 100755 --- a/toys/checkextensions +++ b/toys/checkextensions @@ -1,5 +1,13 @@ #!/usr/bin/env bash +cat <<-EOWarn + This script is unmaintained and provided as-is. It may or may not work. + + Use at your own risk! +EOWarn + +read -p "Press Enter to continue or Ctrl-C to abort" + # config structures declare -A \ destinationchannels \