Created
January 5, 2022 18:15
-
-
Save brianfoody/1d23b8a106e3769caae72e9b1ae418aa to your computer and use it in GitHub Desktop.
Clone an environment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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