You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace bash-specific `read -p` syntax with portable `printf` + `read`
combination that works in both bash and zsh. This fixes "no coprocess"
error when sourcing the script in zsh shells.
0 commit comments