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
This script creates a temporary file with mktemp, but it doesn’t clean it up. Adding a trap at the beginning to remove this temporary file in case of errors could be helpful: