Skip to content

Instantly share code, notes, and snippets.

@angstyloop
Last active November 8, 2022 07:36
Show Gist options
  • Save angstyloop/0ea863102cd7b6a01492e30118e42927 to your computer and use it in GitHub Desktop.
Save angstyloop/0ea863102cd7b6a01492e30118e42927 to your computer and use it in GitHub Desktop.
Fetch this Node.js script with node:https
require('https').get('https://gist.githubusercontent.com/angstyloop/68f89950977631150867d666675d44e2/raw/b613a86e7319226d5741c0b0b656c7e0ea36b572/gistfile1.txt',a=>a.on('data',a=>process.stdout.write(a))).on('error',console.error);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment