From da75822084e9a7a60943e5205f04a59a635d69c2 Mon Sep 17 00:00:00 2001 From: deicidus Date: Thu, 25 May 2023 23:34:07 -0700 Subject: [PATCH] removed source check --- spells/cantrips/say | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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