diff options
author | alex | 2019-06-28 18:54:32 +0100 |
---|---|---|
committer | alex | 2019-06-28 18:54:32 +0100 |
commit | 62144ce8a1b71cdaeac5bc946d1e735299729b16 (patch) | |
tree | 0cbd8118b743b5b26c351d6c070a3c910a066d72 /build | |
parent | 3b9233307acfc32414ec982cca2cf72471ac4d50 (diff) | |
download | watbot-62144ce8a1b71cdaeac5bc946d1e735299729b16.tar.gz watbot-62144ce8a1b71cdaeac5bc946d1e735299729b16.tar.bz2 watbot-62144ce8a1b71cdaeac5bc946d1e735299729b16.zip |
fixes #7
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +#!/bin/bash +go build -o $HOME/go/bin/watbot main.go |