New review comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/36716#discussion_r851582223 Comment: this could be wrapped in a loop: ````sh for $shell in bash zsh fish; do $GOPATH/bin/hut completion $shell > hut.$shell vcompletion hut.$shell $shell done