링크 ux 에서 명령 행 을 통 해 gmail 의 새 메 일 을 가 져 옵 니 다.

링크 ux 에서 명령 행 을 통 해 gmail 의 새 메 일 을 가 져 옵 니 다[email protected] 부분 을 입력 하지 않 아 도 됩 니 다.

#!/bin/bash
 
num="\033[1;36m"
end="\033[0m"
 
read -p "Enter your mail: " name
read -p "Enter pass of mail: " pass
 
atom=`wget -qO - https://$name:[email protected]/mail/feed/atom \
 --secure-protocol=TLSv1 -T 3 -t 1 --no-check-certificate | grep \
 fullcount | sed -e 's/<fullcount>\(.*\)<\/fullcount>/\1/'`
 
echo -e 'You have '$num$atom$end' new letters.'
이상 에서 말 한 것 이 바로 본문의 전체 내용 이 니 여러분 들 이 좋아 하 시 기 를 바 랍 니 다.

좋은 웹페이지 즐겨찾기