mirror of
https://github.com/outbackdingo/ghorg.git
synced 2026-01-28 18:19:04 +00:00
rm build script
This commit is contained in:
17
gobuild.sh
17
gobuild.sh
@@ -1,17 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eux
|
||||
|
||||
export GOPATH="$(pwd)/.gobuild"
|
||||
SRCDIR="${GOPATH}/src/github.com/gabrie30/ghorg"
|
||||
|
||||
[ -d ${GOPATH} ] && rm -rf ${GOPATH}
|
||||
mkdir -p ${GOPATH}/{src,pkg,bin}
|
||||
mkdir -p ${SRCDIR}
|
||||
cp ghorg.go ${SRCDIR}
|
||||
(
|
||||
echo ${GOPATH}
|
||||
cd ${SRCDIR}
|
||||
go get .
|
||||
go install .
|
||||
)
|
||||
Reference in New Issue
Block a user