Created
July 12, 2018 09:02
-
-
Save VirtuBox/5cd611fb2c5f51c457b1f02a0eb9a0cf to your computer and use it in GitHub Desktop.
transfer.vtbox.net bashrc alias
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
transfer() { | |
curl --progress-bar --upload-file $1 https://transfer.vtbox.net/$(basename $1) | tee /dev/null; | |
} | |
alias transfer=transfer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment