Browse Source

Update README.md

echo for newline to output callback url on single line rather than squashed before ....$ in bash.
pull/79/head
Cameron Banowsky 7 years ago
committed by GitHub
parent
commit
6286e598b4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      README.md

+ 1
- 0
README.md 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


Loading…
Cancel
Save