Skip to content

Instantly share code, notes, and snippets.

@nooptr
Created July 8, 2023 02:23
Show Gist options
  • Save nooptr/c5947db5db6e928bcd2506cf5e50977f to your computer and use it in GitHub Desktop.
Save nooptr/c5947db5db6e928bcd2506cf5e50977f to your computer and use it in GitHub Desktop.
piping server
## Sender
tar zcf - 16888_part2.sql | curl -T - https://ppng.io/nooptr
## Receiver
curl https://ppng.io/nooptr | tar zxpf - -C .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment