Files
contrib/jelvis/files/gmail.sh
T
2026-06-27 23:27:13 +03:00

7 lines
166 B
Bash

#!/bin/bash
username=""
password=""
echo
google-chrome-stable -u $username:$password --silent "https://mail.google.com" | grep -oPm1 "(?<=<title>)[^<]+" | sed '1d'