@ -10,8 +10,4 @@ say_inline() {
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
fi