@ -41,7 +41,4 @@ ask_yn() {
return $default_output
}
# Call the function if this script is being run directly
if [ "${BASH_SOURCE[0]}" = "$0" ]; then
ask_yn "$@"
fi