3
0
mirror of https://github.com/ergochat/ergo.git synced 2026-04-09 00:48:00 +02:00
ergo/ergonomadic.sh
2012-04-17 22:11:35 -07:00

6 lines
85 B
Bash
Executable File

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