mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-23 20:50:18 +01:00
10 lines
220 B
Bash
10 lines
220 B
Bash
#!/bin/bash
|
|
|
|
export BUCKET={bucket}
|
|
export AWS_ACCESS_KEY={access_key}
|
|
export AWS_SECRET_KEY={secret_key}
|
|
export VIRUSTOTAL_KEY={virustotal_key}
|
|
export PATH=$PATH:/usr/local/go/bin
|
|
export GOPATH=../go/
|
|
|
|
exec go run *.go
|