Browse Source

removed source check

main
deicidus 2 years ago
parent
commit
da75822084
  1. 4
      spells/cantrips/say

4
spells/cantrips/say

@ -10,8 +10,4 @@ say_inline() {
printf "%b" "${1}" 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 "$@" say "$@"
fi

Loading…
Cancel
Save