mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-09 01:48:10 -07:00
6 lines
85 B
Bash
Executable File
6 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
export GOPATH="$(pwd)"
|
|
go install irc
|
|
go run ergonomadic.go "$@"
|