Skip to content

Commit

Permalink
Create volumen.fish
Browse files Browse the repository at this point in the history
  • Loading branch information
AIndoria authored Apr 2, 2023
1 parent 7bc6070 commit f071e85
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions volumen.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Upload a file or pipe the output to my pastebin : https://volumen.civitat.es
# Usage: cat xyz.md | volumen
# Usage 2: curl xyz | volumen
# Abe Indoria


function volumen
curl --data-binary @/dev/stdin https://volumen.civitat.es
end

0 comments on commit f071e85

Please sign in to comment.