Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
nntpchan/build.sh
2016-02-09 09:02:33 -05:00

9 lines
183 B
Bash
Executable File

#!/usr/bin/env bash
set -e
root=$(readlink -e $(dirname $0))
cd $root
export GOPATH=$root/go
mkdir -p $GOPATH
go get -v -u github.com/majestrate/srndv2
cp -a $GOPATH/bin/srndv2 $root