cutego/setup.sh
2016-08-21 05:00:42 +02:00

9 lines
355 B
Bash
Executable file

#!/bin/sh
set -e
go get golang.org/x/crypto/ssh
go get github.com/emirpasic/gods/lists/arraylist
go run ./internal/setup/check.go "$@"
go run $GOPATH/src/github.com/therecipe/qt/internal/setup/generate.go "$@"
go run $GOPATH/src/github.com/therecipe/qt/internal/setup/install.go "$@"
go run $GOPATH/src/github.com/therecipe/qt/internal/setup/test.go "$@"