Tal vez alguien pueda explicar por qué es así y cómo acelerar las cosas
# this is for some reason is pretty slow and takes >=11s to execute
osascript << EOF
tell app "Reminders"
set rem to make new reminder in default list with properties {name:"$name", body:"$link"}
set allday due date of rem to (current date) # without this script executes almost immediately
end tell
EOF