1
0
Fork 0
forked from External/ergo
ergo/ergonomadic.sh
2012-04-17 22:11:35 -07:00

5 lines
85 B
Bash
Executable file

#!/bin/bash
set -ex
export GOPATH="$(pwd)"
go install irc
go run ergonomadic.go "$@"