1
0
Fork 0

update transfer.sh script to write .transfer.log

This commit is contained in:
virtubox 2018-12-11 19:23:30 +01:00
parent 01d6a8bb6f
commit a1e99ed709
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# FUNCTIONS
transfer_vtbox_net() {
curl --progress-bar --upload-file $1 https://transfer.vtbox.net/$(basename $1) && echo "" | tee /dev/null
{ curl --progress-bar --upload-file $1 https://transfer.vtbox.net/$(basename $1) && echo ""; } | tee -a $HOME/.transfer.log && echo ""
}
compress_pigz() {