PWGen/.githooks/post-commit/01-local_deploy.sh

8 lines
85 B
Bash
Raw Normal View History

2022-03-09 23:57:56 -05:00
#!/bin/bash
set -e
mkdir -p ~/bin
cd ${PWD}/cmd/pwgen
go build -o ~/bin/pwgen *.go