Update README.md

echo for newline to output callback url on single line rather than squashed before ....$ in bash.
This commit is contained in:
Cameron Banowsky 2017-03-28 11:04:48 -07:00 committed by GitHub
parent 7bf499b092
commit 6286e598b4

View file

@ -27,6 +27,7 @@ transfer() {
curl --progress-bar --upload-file $1 https://transfer.sh/$(basename $1) >> $tmpfile;
cat $tmpfile;
rm -f $tmpfile;
echo;
}
alias transfer=transfer