Merge branch 'master' of github.com:mkaczanowski/pastebin into master

This commit is contained in:
Kaczanowski Mateusz 2020-09-18 23:53:03 +02:00
commit defcdb1d7c

View file

@ -60,7 +60,7 @@ docker run --network host mkaczanowski/pastebin --address localhost --port 8000
### Client ### Client
``` ```
alias pastebin="curl -q -L --data-binary @- -o - http://localhost:8000/" alias pastebin="curl -w '\n' -q -L --data-binary @- -o - http://localhost:8000/"
echo "hello World" | pastebin echo "hello World" | pastebin
http://localhost:8000/T9kGrI5aNkI4Z-PelmQ5U http://localhost:8000/T9kGrI5aNkI4Z-PelmQ5U