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