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