dotfiles/bin/go

11 lines
105 B
Plaintext
Raw Normal View History

2016-03-20 10:35:23 +01:00
#!/bin/bash
# execute go command inside a container
#
set -o pipefail
source $HOME/.dockerfunc
go $@