Skip to content
Snippets Groups Projects
Unverified Commit cb4e66e0 authored by Massimiliano Adamo's avatar Massimiliano Adamo
Browse files

use column instead oa awk

parent 52db1b59
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ usage() {
echo " --arch=ARCH (Compile binary for this architecture)"
echo ""
echo " Below is a list of supported combinations (1st column: OS / 2nd column: Arch):"
go tool dist list|awk -F'/' '{printf "OS: "$1"\011=> Arch: "$2"\n"}'
echo "OS ARCH"; go tool dist list | column -t -s '/' --table-columns =======,=======
exit
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment