diff --git a/spells/cantrips/ask_yn b/spells/cantrips/ask_yn index 44cb0be..a625eac 100755 --- a/spells/cantrips/ask_yn +++ b/spells/cantrips/ask_yn @@ -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 \ No newline at end of file +ask_yn "$@" \ No newline at end of file