Merge pull request #1 from cbanowsky/cbanowsky-echo-alias

Update README.md
This commit is contained in:
Cameron Banowsky 2017-03-28 11:05:16 -07:00 committed by GitHub
commit f0c57b8de1

View file

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