mirror of
https://github.com/zellyn/apple2shader.git
synced 2025-03-18 06:29:19 +00:00
6 lines
130 B
Bash
Executable File
6 lines
130 B
Bash
Executable File
#!/bin/sh
|
|
#Download for OSX from:
|
|
# https://golang.org/doc/install?download=go1.10.2.darwin-amd64.pkg#install
|
|
go build -o hgr
|
|
|