diff --git a/build.zsh b/build.zsh index 41b1b77..064ca12 100755 --- a/build.zsh +++ b/build.zsh @@ -20,5 +20,6 @@ case $OSTYPE in esac cp -rf $d/tmp/ogent ent/ -#PASS=`cat token.json|jq -r .password` TOKEN=`cat token.json|jq -r .token` go build -#PASS=`cat token.json|jq -r .password` TOKEN=`cat token.json|jq -r .token` go run -mod=mod main.go +f=~/.config/ai/api_card.json +#PASS=`cat $f|jq -r .password` TOKEN=`cat $f|jq -r .token` go build +#PASS=`cat $f|jq -r .password` TOKEN=`cat $f|jq -r .token` go run -mod=mod main.go