Skip to content

Instantly share code, notes, and snippets.

@VirtuBox
Created July 12, 2018 09:02
Show Gist options
  • Save VirtuBox/5cd611fb2c5f51c457b1f02a0eb9a0cf to your computer and use it in GitHub Desktop.
Save VirtuBox/5cd611fb2c5f51c457b1f02a0eb9a0cf to your computer and use it in GitHub Desktop.
transfer.vtbox.net bashrc alias
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