소스 검색

Merge pull request #82 from foorb/readme

Update README.md
tags/v1.0.0
Andrea Spacca 5 년 전
committed by GitHub
부모
커밋
fbd10bd2f5
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. +6
    -3
      README.md

+ 6
- 3
README.md 파일 보기

@@ -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
```



불러오는 중...
취소
저장