3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-13 07:29:30 +01:00
ergo/ergonomadic.sh

6 lines
85 B
Bash
Raw Normal View History

2012-04-09 17:03:16 +02:00
#!/bin/bash
set -ex
export GOPATH="$(pwd)"
go install irc
2012-04-18 07:11:35 +02:00
go run ergonomadic.go "$@"