Skip to content

Instantly share code, notes, and snippets.

@wperron
Last active September 23, 2020 18:17
Show Gist options
  • Save wperron/712240aea1d23a21e74b9c59ab47fa62 to your computer and use it in GitHub Desktop.
Save wperron/712240aea1d23a21e74b9c59ab47fa62 to your computer and use it in GitHub Desktop.
Deno cat
// yes, it's that simple.
Deno.copy(Deno.stdin, Deno.stdout);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment