Skip to content

Instantly share code, notes, and snippets.

@NathanLeadill
Created August 15, 2021 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NathanLeadill/4b8885168e5bbc94c1a44696e89fe2fa to your computer and use it in GitHub Desktop.
Save NathanLeadill/4b8885168e5bbc94c1a44696e89fe2fa to your computer and use it in GitHub Desktop.
const fs = require('fs');
const { resolve } = require('path');
const homedir = require('os').homedir();
const crypto = require('crypto');
const { readdir } = require('fs').promises;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment