You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
220 B

  1. #!/bin/bash
  2. export BUCKET={bucket}
  3. export AWS_ACCESS_KEY={access_key}
  4. export AWS_SECRET_KEY={secret_key}
  5. export VIRUSTOTAL_KEY={virustotal_key}
  6. export PATH=$PATH:/usr/local/go/bin
  7. export GOPATH=../go/
  8. exec go run *.go