diff --git a/spells/cantrips/say b/spells/cantrips/say index 8af334a..2c307bb 100755 --- a/spells/cantrips/say +++ b/spells/cantrips/say @@ -10,8 +10,4 @@ say_inline() { printf "%b" "${1}" } -# Check if the script is being called from another script -if [ "${BASH_SOURCE[0]}" = "$0" ]; then - # If not, call the function - say "$@" -fi +say "$@" \ No newline at end of file