I'm attempting to follow the guide but, no matter what I try, the read -s -p [...] command is simply returning a "read: -p: no coprocess" message and not capturing the token. I have tried the following commands (my token being replaced here with [TOKEN]):
read -s -p "Paste Simply Plural token: [TOKEN]" SP_TOKEN
echo
export SP_TOKEN
read -s -p "[TOKEN]" SP_TOKEN
echo
export SP_TOKEN
Neither of these commands work, I'm unsure if I'm doing something wrong or if something is breaking somewhere else. I'm running this on a Macbook via it's built in terminal, running macOS Tahoe version 26.5
I'm attempting to follow the guide but, no matter what I try, the
read -s -p [...]command is simply returning a "read: -p: no coprocess" message and not capturing the token. I have tried the following commands (my token being replaced here with [TOKEN]):Neither of these commands work, I'm unsure if I'm doing something wrong or if something is breaking somewhere else. I'm running this on a Macbook via it's built in terminal, running macOS Tahoe version 26.5