#!/bin/bash set -x #go build -o launchergo main.go mainscreen.go go build -ldflags="-s -w" -o launchergo main.go mainscreen.go