8467 shaares
203 private links
203 private links
Concurrence on the webservice isitchristmas.com; but with 99.73% accuracy
🤣
And if you want it in as bash command, then alias this :
curl -s https://isitchristmas.com/ |grep "title="|tail -n 1|awk -F = '{ print $2 }'|awk -F \" '{ print $2 }'