mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
export GOPATH="$(pwd)"
|
|
go install irc
|
|
go run ergonomadic.go
|