mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2025-01-07 09:50:18 +01:00
Update README.md
echo for newline to output callback url on single line rather than squashed before ....$ in bash.
This commit is contained in:
parent
7bf499b092
commit
6286e598b4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue