Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 572 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 572 Bytes

Cad-Creation-Automation

A simple CLI app that does the following

  • Downloads email attachments from gmail & stores it in the local filesystem as specified by the config file sorted by date
  • Sends email notification if any USB attached to the computer/laptop

Building for windows

64 bit GOOS=windows GOARCH=amd64 go build -o cad-creation-automation.exe

32 bit GOOS=windows GOARCH=386 go build -o cad-creation-automation-32.exe

Linux go build

Running

The binary can only be run where the config & credential & token file is located ./cad-creation-automation