diff --git a/all.bash b/all.bash new file mode 100755 index 000000000..294189dc4 --- /dev/null +++ b/all.bash @@ -0,0 +1,9 @@ +cd cmd +go install -v ./... +cd .. +goproot=`pwd` +if [ ! -e "$HOME/gop" ]; then + if [ "$goproot" != "$HOME/gop" ]; then + ln -s $goproot $HOME/gop + fi +fi