Skip to content

Commit

Permalink
all.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Oct 9, 2021
1 parent ac07b69 commit 684c677
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions all.bash
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 684c677

Please sign in to comment.