Skip to content

Instantly share code, notes, and snippets.

@brianfoody
Created January 5, 2022 18:15
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 brianfoody/1d23b8a106e3769caae72e9b1ae418aa to your computer and use it in GitHub Desktop.
Save brianfoody/1d23b8a106e3769caae72e9b1ae418aa to your computer and use it in GitHub Desktop.
Clone an environment
await Promise.all([$`sleep 1; echo 1`, $`sleep 2; echo 2`, $`sleep 3; echo 3`]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment