#!/usr/local/bin/node (async (url) => { console.log(await fetch(url).then(r => r.text())); })('https://www.exmaple.org');