forked from External/ergo
4 lines
113 B
Bash
Executable file
4 lines
113 B
Bash
Executable file
#!/bin/bash
|
|
export GOPATH="$PWD"
|
|
go get "code.google.com/p/go.crypto/bcrypt"
|
|
go install -v ergonomadic genpasswd
|