GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
2
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
mark
/
bathroom-plugin
Transfer to URL with SHA
Find file
Newer
Older
tree:
062ae964e5
Switch branches
×
master
updated
bathroom-plugin
/
mattermost
/
server
/ build.sh
Mark
on 15 Oct 2019
91 bytes
Rename some files, add a setup script and a build script, and .gitignore
Raw
Blame
History
#! /usr/bin/env bash GOOS=linux GOARCH=amd64 go build -o bathroom-linux-amd64 bathroom.go