Ver a proveniência

Merge pull request #82 from foorb/readme

Update README.md
tags/v1.0.0
Andrea Spacca há 5 anos
committed by GitHub
ascendente
cometimento
fbd10bd2f5
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 6 adições e 3 eliminações
  1. +6
    -3
      README.md

+ 6
- 3
README.md Ver ficheiro

@@ -19,8 +19,9 @@ $ curl https://transfer.sh/1lDau/test.txt|gpg -o- > /tmp/hello.txt
Upload to virustotal:
$ curl -X PUT --upload-file nhgbhhj https://transfer.sh/test.txt/virustotal

Add alias to .bashrc or .zshrc:
===
```
## Add alias to .bashrc or .zshrc
```
transfer() {
# write to output to tmpfile because of progress bar
tmpfile=$( mktemp -t transferXXX )
@@ -30,7 +31,9 @@ transfer() {
}

alias transfer=transfer
===
```
Now run it like this
```
$ transfer test.txt
```



Carregando…
Cancelar
Guardar