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