#!/bin/sh if ! [ -d bin ] ; then mkdir bin fi go build -o bin/steam-export . GOOS=windows GOARCH="386" go build -o bin/steam-export-$GOOS-$GOARCH . GOOS=windows GOARCH=amd64 go build -o bin/steam-export-$GOOS-$GOARCH.exe . GOOS=linux GOARCH=amd64 go build -o bin/steam-export-$GOOS-$GOARCH.exe . cp bin/steam-export-windows-amd64.exe /Fishtank/Mitch/SteamDrive/SteamGames/