-
-
Save tippfehlr/756b461680b7b2902dd10034cad1544a to your computer and use it in GitHub Desktop.
Pipe output to bin.gy
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
#!/bin/bash | |
curl -X PUT --data "$(cat -)" https://bin.gy/ | |
echo # bin.gy does not return a newline after the link | |
# use: cat <file> | bin | |
# or: some-command | bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment