mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-23 12:40:19 +01:00
Merge pull request #1 from cbanowsky/cbanowsky-echo-alias
Update README.md
This commit is contained in:
commit
f0c57b8de1
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;
|
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
|
||||||
|
|
Loading…
Reference in a new issue