This commit is contained in:
thek4n 2025-11-19 23:38:14 +03:00
parent e4a7358443
commit 4b9d783284
2 changed files with 3 additions and 2 deletions

View File

@ -113,6 +113,8 @@ alias drmc='docker container prune'
alias drmi='docker image prune'
alias dpsa='docker ps -a'
alias gb='gobuild'
# tmux
alias dt='tmux detach'

View File

@ -1,5 +1,4 @@
#!/bin/sh
set -eu
#shellcheck disable=SC2068
go build $@ -o ./bin/ ./...
go build -v "${@}" -o ./bin/ ./...