This script automates checking if you have been taken off the Gemini 3 waitlist.
It attempts to use the gemini-3-pro-preview model and reacts based on the result:
- If it fails (404 Error): It prints "Still waitlisted" to the terminal.
- If it succeeds (No 404): It triggers a desktop notification to alert you immediately.
Make it executable
chmod +x ~/check_gemini_access.sh
run it!