Dropped check email script
Been distancing myself from being so fucking on top of my email.
This commit is contained in:
parent
24936092ce
commit
ab56b40964
1 changed files with 0 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
|||
#!/bin/bash
|
||||
export KEYCHAIN_ITEM='@gmail.com' && curl -u `security find-generic-password -s ${KEYCHAIN_ITEM} | grep 'acct' | cut -c 19- | tr -d '"' | tr -d '\n'`:`security find-generic-password -w -s ${KEYCHAIN_ITEM}` --silent "https://mail.google.com/mail/feed/atom" | perl -ne 'print "$2\n" if /<(email)>(.*)<\/\1>/;' | wc -l | tr -d ' ' > /tmp/UNREAD_GMAIL > /tmp/UNREAD_GMAIL
|
Loading…
Add table
Add a link
Reference in a new issue