I hereby claim:
- I am emonshr on github.
- I am emonshr (https://keybase.io/emonshr) on keybase.
- I have a public key whose fingerprint is F53F 19D0 CB76 005F 17F5 51F1 5DBA 7D7F 644E 9928
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
/*! jQuery v3.7.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ | |
!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(ie,e){"use strict";var oe=[],r=Object.getPrototypeOf,ae=oe.slice,g=oe.flat?function(e){return oe.flat.call(e)}:function(e){return oe.concat.apply([],e)},s=oe.push,se=oe.indexOf,n={},i=n.toString,ue=n.hasOwnProperty,o=ue.toString,a=o.call(Object),le={},v=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},y=function(e){return null!=e&&e===e.window},C=ie.document,u={type:!0,src:!0,nonce:!0,noModule:!0};function m(e,t,n){var r,i,o=(n=n||C).createElement("script");if(o.text=e,t)for(r in u)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function x(e){r |
#!/bin/sh | |
#Megasaturnv 2017-07-28 | |
#emonshr 13-01-23 (DD-MM-YY) | |
#Url of the RSS feed | |
RSS_URL="https://feeds.bbci.co.uk/news/world/rss.xml" | |
##Commented version: | |
#Download the rss feed | |
curl --silent "$RSS_URL" | \ |