Browse Source

removed source check

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

6
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 say "$@"
if [ "${BASH_SOURCE[0]}" = "$0" ]; then
# If not, call the function
say "$@"
fi
Loading…
Cancel
Save