Script de màj de carapace

This commit is contained in:
Benjamin VAUDOUR 2021-11-06 11:15:18 +01:00
parent 80a9f5957a
commit f3417cc8f2
1 changed files with 12 additions and 0 deletions

12
aliases/carapace.elv Normal file
View File

@ -0,0 +1,12 @@
edit:add-var updatecarapace~ []{
var wd = ~/Documents/OtherGo/github.com/rsteube/carapace-bin
var bd = ~/Go/bin
cd $wd
git pull
cd cmd/carapace
go generate ./...
go build -ldflags="-s -w"
if (bool ?(test -f carapace)) {
mv -f carapace $bd
}
}