experimental-cli/build.sh

6 lines
54 B
Bash
Raw Normal View History

2020-09-10 12:33:41 +00:00
#!/bin/sh
cd project
go build --o=../pigeon-cli
cd -