Skip to content

Releases: genuinetools/ghb0t

v0.4.8

20 Nov 06:02
v0.4.8
23764e1
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export GHB0T_SHA256="1e6fd4510876c3df353140550bf31005c84c0ee99c06219a9ecbfb137abcd9b2"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.8/ghb0t-darwin-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - darwin
# Export the sha256sum for verification.
$ export GHB0T_SHA256="23c5a067724db5e08b93e4754ef55af19acefc75b147e0f229d62e6801c6d97c"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.8/ghb0t-darwin-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export GHB0T_SHA256="acdb61a35e5c1983471acfddaa6ece91e2acdb97200baaba9f30005823ce4292"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.8/ghb0t-freebsd-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export GHB0T_SHA256="e88880ff9fcc208ea9db4202dfc696022276725da2436ffde03728dc5252c222"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.8/ghb0t-freebsd-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

linux

386 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="c34e00d339719787014fd8a8a6266bace32dad5f559b7d3f8a7c6818beb3068f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.8/ghb0t-linux-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="9a7536c73341eb9e6088c2c499a0c3ff7e939461d58b0709de3cc0897f4afb3a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.8/ghb0t-linux-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
arm - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="bf52955062e2be4dd67ca930e67622632408a9861d6ccc5f4b33c3f0212a1855"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.8/ghb0t-linux-arm" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
arm64 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="f545567ba75cb09e66f6813b3852c97b35aed83fb2c8d6b4dae5460556eefab1"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.8/ghb0t-linux-arm64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export GHB0T_SHA256="569d69e4b0805baf4260d11ca49b7af2bef09e4da4b7d61737d4a9d1dbc2d284"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.8/ghb0t-solaris-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

windows

386 - windows
# Export the sha256sum for verification.
$ export GHB0T_SHA256="bab83368011ce41db5dda28982e9599ba58dfe55e7ef0484cabc5c0bcbc5a1e3"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.8/ghb0t-windows-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - windows
# Export the sha256sum for verification.
$ export GHB0T_SHA256="56ecf8fcefd2569220a85bc8e66eae36d68947a187a9035ef54654d94783d7ba"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.8/ghb0t-windows-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

v0.4.7

25 Sep 15:26
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export GHB0T_SHA256="156a115bdf8a4102fbccbf1a3443aeb219e7b8adc2c6671344fffa39723d7535"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.7/ghb0t-darwin-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - darwin
# Export the sha256sum for verification.
$ export GHB0T_SHA256="7d3709c5b4bba4b68fcd767a7a60ef65d6f783cc9338c1882b553bf6824024dd"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.7/ghb0t-darwin-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export GHB0T_SHA256="a867743505aa641c373c8154f71fe305499a045e99575c35eea50615dde020d3"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.7/ghb0t-freebsd-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export GHB0T_SHA256="c33e148aefb38f8ab8803f777c3d175d7c67eca8c437fb6dd090700eeaae86ea"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.7/ghb0t-freebsd-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

linux

386 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="f2d5ec0af743411f47e8ba6ac698c8f3909580262b45fd396b472dac6c52d010"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.7/ghb0t-linux-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="0a560084be4e22cc8e8b696c5c39cca9d54f272a2384b3c8dde4e5ecff7277e4"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.7/ghb0t-linux-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
arm - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="cedbe27bf3c15af6b8cc526bed63028eb80f93f118bb4d55b2af9db22038ec8d"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.7/ghb0t-linux-arm" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
arm64 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="7d096fb9a0234eff23946d00cc6779d9a5e4e144ec6f16dd863171e9bc0f6e3a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.7/ghb0t-linux-arm64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export GHB0T_SHA256="52e38cbc26b29bc7e664e39736bdf309595279250a8e0b52d1ca8d6f51088327"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.7/ghb0t-solaris-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

windows

386 - windows
# Export the sha256sum for verification.
$ export GHB0T_SHA256="312979cf3aaa9c6387981222b800fb0a270f731c104d453bdcd5bdfcf30dbd80"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.7/ghb0t-windows-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - windows
# Export the sha256sum for verification.
$ export GHB0T_SHA256="717ba1c765e5e0034aaa6ede617824a13968b9e7fc9e895767ab9ec6b3fbaea6"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.7/ghb0t-windows-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

v0.4.6

25 Sep 10:10
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export GHB0T_SHA256="c2271bfd96976b69a7b249c6ca2136e5d03204624a06d7d3bc11d76e62b5f486"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.6/ghb0t-darwin-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - darwin
# Export the sha256sum for verification.
$ export GHB0T_SHA256="0791e80659a75698c699bb610a1410182ee00ca5778b12f9e5fcb341f7f5f85a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.6/ghb0t-darwin-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export GHB0T_SHA256="7a80ab7f3fb43c11ec5b52dbcb60c915a1c2b9ef90d29150af2661b8fbeb8149"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.6/ghb0t-freebsd-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export GHB0T_SHA256="449c136a74aeec6e90520b78c0262e6f1744842682bb84ffdcb653f0b6161f7c"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.6/ghb0t-freebsd-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

linux

386 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="a0f28fdff8e3251cdeaa6060246c9ba82dec0cbbe08dfff394093ae54de7bbaa"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.6/ghb0t-linux-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="59fc6a8fd71ca9c203fac40ce3acfd31ddb7cde0109b1876cec9b309ad77fdb5"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.6/ghb0t-linux-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
arm - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="ed04595ad8e6abc0c3dec5b34bae9d6ee4205c00f93b01cd4dfc1b083dcd3481"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.6/ghb0t-linux-arm" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
arm64 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="1ea8ffdee95332121624249ad803457a5a287cb32881abfe1add36b98576d700"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.6/ghb0t-linux-arm64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export GHB0T_SHA256="7187b81c03eb21d860334ee9eea436195dc37dcebeba0d4be95c2d01f39d7c9f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.6/ghb0t-solaris-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

windows

386 - windows
# Export the sha256sum for verification.
$ export GHB0T_SHA256="7c9044dcc2ec5bb0bc3a1a963bbafe95f322652630ea9a2580aa7c82d7481bcc"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.6/ghb0t-windows-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - windows
# Export the sha256sum for verification.
$ export GHB0T_SHA256="54ba616cece2dfe7c8fec1db22092b41a461a828a2afa89b565d5075912ae053"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.6/ghb0t-windows-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

v0.4.5

16 Jul 04:13
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export GHB0T_SHA256="4c4f31ad77d464a20b80b107d8099a1bcc9d1e695c1d6408c2602d907dda2aee"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.5/ghb0t-darwin-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - darwin
# Export the sha256sum for verification.
$ export GHB0T_SHA256="d290e63dc76cf254ba620fdd08050d566a9ebed4af9548d1cdd44ae28b66955c"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.5/ghb0t-darwin-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export GHB0T_SHA256="80249f3f7ff87b9ed4d017846b7ebb7936b906455a68a71e80c13288f1a283a7"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.5/ghb0t-freebsd-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export GHB0T_SHA256="bab04b09040345ee12fdde87642141fcad329d84f258349284e420c14d0e6b8d"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.5/ghb0t-freebsd-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

linux

386 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="2173c6507602cb999c56f30dda713fa8b8704d0b55a274ff15cd188dd929d3e8"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.5/ghb0t-linux-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="2477f3ee7062745ea44851468870b7d7e084c0120035949ab9437c95c313c229"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.5/ghb0t-linux-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
arm - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="b15bd0432cda7f0fa8723d0b36b7ecd52490a8c8762b1fc232a5b488203c48d1"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.5/ghb0t-linux-arm" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
arm64 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="f9e7e8d8b2d139e0b22b771119d8cf37fbb7294dc27a979c32f5efd39cdce59e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.5/ghb0t-linux-arm64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export GHB0T_SHA256="40ab15ae8c0d421095a925f748e714cbd2efb0c0d7fb4b0f557a7f40aef10129"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.5/ghb0t-solaris-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

windows

386 - windows
# Export the sha256sum for verification.
$ export GHB0T_SHA256="63bcd044679477faf2ebd13ca69653bc48fd1141a3f16a48a060eb2cec5d4800"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.5/ghb0t-windows-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - windows
# Export the sha256sum for verification.
$ export GHB0T_SHA256="66d915fc445adf6cd0d5b96ef72700c544c7afb88309c5517cb92ab69a1e99d8"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.5/ghb0t-windows-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

v0.4.4

14 Jul 18:09
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export GHB0T_SHA256="1f7440a08c5e752acca5b699048a4b9b5b2c0feab1b23b649a401f0dfc6d3adf"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.4/ghb0t-darwin-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - darwin
# Export the sha256sum for verification.
$ export GHB0T_SHA256="deab595ddefa7e5f9026377372b673e72065addd927fe771a8c6a577b2044119"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.4/ghb0t-darwin-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export GHB0T_SHA256="b7f446637f7d0cb05d7edadbbad27187b429ff1dd51a52d5164e55774b5cfc30"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.4/ghb0t-freebsd-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export GHB0T_SHA256="e7a703d2f5906a9bb7980f83fae927378d287e75458a6febee919d72fd8ef8f5"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.4/ghb0t-freebsd-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

linux

386 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="156008f0cb1d58dcb05c0e14bf34809876c09a16abc8902f94365652b0bef5f0"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.4/ghb0t-linux-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="b73876ae51e5c56e3ef3a43e61ae40f7b258955a092bc6bbd02ecbfd5c1b2270"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.4/ghb0t-linux-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
arm - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="b90353b6d2e3c64fc820292485e0ed1350429c26b73745a78028992414b6a4c7"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.4/ghb0t-linux-arm" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
arm64 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="168eae89ec6f5ad846763d290da90e218448c832ee29edc14f14629c71e02c57"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.4/ghb0t-linux-arm64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export GHB0T_SHA256="a902b574fd5e2dfa174b19de249b4a4848de61eb98c68371bffaba6a2ba2cb93"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.4/ghb0t-solaris-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

windows

386 - windows
# Export the sha256sum for verification.
$ export GHB0T_SHA256="2feeddd504a49a1478c6a3c4263fd8fdc23d1f15f0b9b051b15a6c3d03230208"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.4/ghb0t-windows-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - windows
# Export the sha256sum for verification.
$ export GHB0T_SHA256="3b57c19410c6056e7f026d7b4b86d3fb0a6bfa53b27b96e9dc36d01c829ea2b1"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.4/ghb0t-windows-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

v0.4.3

14 Jul 16:08
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export GHB0T_SHA256="d5598cfecfd9737e4918c1aae50711aa98eebbe69a4ce8642ffcfa6e8b9fe130"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.3/ghb0t-darwin-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - darwin
# Export the sha256sum for verification.
$ export GHB0T_SHA256="8ef1ba217ae11d9211aabeb987a35e41cc94a9fe0277b2673d1e0d3ae5f947a2"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.3/ghb0t-darwin-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export GHB0T_SHA256="5ed18aa56d9806d3d3ff802154c600e78ff309fd183262e1558cd40e7e4d42ea"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.3/ghb0t-freebsd-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export GHB0T_SHA256="4312a0c0e3c80eee59e2d1b858e6b280e6d5d9184e1aea4aecc0549a4bab7182"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.3/ghb0t-freebsd-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

linux

386 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="df96840a091a8b79f40bcbdda6f24b40a4d8b3b96196094bcf6486e89493878e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.3/ghb0t-linux-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="dbb2f080e65a50e29f75734b72504ba91a2283738f12ba9a16a2cd57066c1eb5"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.3/ghb0t-linux-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
arm - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="5be505cd4c835e084bafca7d57b5baa482abfef16ebc927b84b11d524bcfddde"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.3/ghb0t-linux-arm" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
arm64 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="a2bcf9fadbe1e7d773801de83fadb31d49c847755681cf297f95529b61d546dc"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.3/ghb0t-linux-arm64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export GHB0T_SHA256="613b1546f3eb76c477a8f4c854514a272134296d8c3dfde415b0e6f64f4c26ce"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.3/ghb0t-solaris-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

windows

386 - windows
# Export the sha256sum for verification.
$ export GHB0T_SHA256="f62ffd2146b3244b36d264769ee4895c29d3408a962cc3f80aca101fdd00e45e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.3/ghb0t-windows-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - windows
# Export the sha256sum for verification.
$ export GHB0T_SHA256="3eec3679adb2f9683ca0ab5f2f79ab2447b0063110c847e41aac023c8b89f099"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.3/ghb0t-windows-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

v0.4.2

08 Jul 14:33
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export GHB0T_SHA256="9cfe05cad9680808e49a2d668cfb1734ea2ba00b939d3bad5f57342a9817d4ac"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.2/ghb0t-darwin-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - darwin
# Export the sha256sum for verification.
$ export GHB0T_SHA256="27660a172b1d5e9759bc7f9859a492596e46892393a4fd567fc49a3f11332ab0"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.2/ghb0t-darwin-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export GHB0T_SHA256="f243e367b410c13e71a0c6d7c5a6952a39b415d2ffb84406f8f086fce4999b95"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.2/ghb0t-freebsd-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export GHB0T_SHA256="856b2ca2dc31d76599a0d107cfcf7ba902e513f1e58a1924769d0862a787b6ca"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.2/ghb0t-freebsd-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

linux

386 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="bf7347246d0ba7e874fcad87e283750273120b00e18364d20ebdb41a6377c3a2"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.2/ghb0t-linux-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="7e2c9fb80ca283dbe5d20f442b4a8a58f87f9080fa0f72877be8c193e3f1d0f8"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.2/ghb0t-linux-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
arm - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="5edba22f52b2a197e27cb0a89e8ed0429464bf90d8852de1b4d3f75fe2881ff5"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.2/ghb0t-linux-arm" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
arm64 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="52390cce5bf52ba6724af604aacb989863162f573c320a662fcc6262b46f49f3"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.2/ghb0t-linux-arm64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export GHB0T_SHA256="4be904aa1310034144753597954294ec72a460916bc2f41cb168682647f83437"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.2/ghb0t-solaris-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

windows

386 - windows
# Export the sha256sum for verification.
$ export GHB0T_SHA256="d7a622f97bf3bd1cdbc4684e03aad52a5310635bf74e9982d5a340eecd8e8b0e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.2/ghb0t-windows-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - windows
# Export the sha256sum for verification.
$ export GHB0T_SHA256="d0e80bab3efa52e4d9e608bff81990d7e85e5bf1c8dff3b46182a75a8ca693da"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.2/ghb0t-windows-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

v0.4.0

11 Mar 16:42
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export GHB0T_SHA256="7b9cf455b404df3b6512d5b7def938f6dc612b2452acca2f4b2b9a6c4f87fddb"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.0/ghb0t-darwin-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - darwin
# Export the sha256sum for verification.
$ export GHB0T_SHA256="8a8c4fc98cb18e09f6b5f05a96084902675f170245263354c5f74316c9c81834"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.0/ghb0t-darwin-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export GHB0T_SHA256="23cf2b6320cc3d90c1edb63b46cf6ddf03cc79a1d68ed307559ee621dc087264"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.0/ghb0t-freebsd-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export GHB0T_SHA256="de35b522cfd9d59a6749d149cfce580467cd1d7e1f210a3fa58f2becca0256cc"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.0/ghb0t-freebsd-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

linux

386 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="99dbe09c7abda751b2f5438ba874dbcdf8e8981b62e4af7fdc2d2de962226962"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.0/ghb0t-linux-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="cfb8101606523a208a5f115a522ba204b4745a1f05aad4961f9c980adb983428"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.0/ghb0t-linux-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
arm - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="35c582091637b553dbb18241d653cc10b7a7465a61d2cb4474079e719bd61e78"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.0/ghb0t-linux-arm" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
arm64 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="e96e5876c6c4692a704ebe20d05a387ca2a220bd99e3120ef74600dbce548a13"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.0/ghb0t-linux-arm64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export GHB0T_SHA256="aa63a09a8b35a5d14c09c954d80176e19cc2ff7223d361bc5e9fff81c06b225a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.0/ghb0t-solaris-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

windows

386 - windows
# Export the sha256sum for verification.
$ export GHB0T_SHA256="9f8bb37c4bc35ab03f1543e6567dbd05ce3ad584e12906bda577f03ca1225815"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.0/ghb0t-windows-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - windows
# Export the sha256sum for verification.
$ export GHB0T_SHA256="dc424962a9d3090493079697701d631d3e1075de658409304481facc7a5a8780"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.0/ghb0t-windows-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

v0.3.0

02 Jan 09:58
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export GHB0T_SHA256="8c7262b87677f5d4e27eee62f18d46131020bc7d31699fc9f627bcad84b42841"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.3.0/ghb0t-darwin-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - darwin
# Export the sha256sum for verification.
$ export GHB0T_SHA256="7c7351fa9b18aa131634cf11b9f1e618a3c33ffe03c5a56a751774a07877b2ed"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.3.0/ghb0t-darwin-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export GHB0T_SHA256="bc9bc480f64211f62892a4b7e55a9de467a04a6d9f0c73dca0f6e328e20560a0"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.3.0/ghb0t-freebsd-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export GHB0T_SHA256="0bbda0ed2fa8b2d187904c1d04a9aa1884169110a06d0762ba1882f2e43f6cbe"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.3.0/ghb0t-freebsd-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

linux

386 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="0758cee07c028e5f5155a41af19a4cf9ba1293439ff0a6724b7d62a797edb24c"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.3.0/ghb0t-linux-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="a4390dec5b1877060a172c2c1b1c300cba070b44a642103d1cec9089e808c8f1"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.3.0/ghb0t-linux-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
arm - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="b161f44f1a2d0987643e7559c96516cea0acf4fc2f222b63beb16ebfa8f68ca8"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.3.0/ghb0t-linux-arm" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
arm64 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="96c75bf7301007c1d8fda572efac1300e5c93ba4677988f9e3fa46c7e7d80991"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.3.0/ghb0t-linux-arm64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export GHB0T_SHA256="b66cb88abc06de7e767d569ee0eaa49b2e904e9939ff610d64a708254246331a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.3.0/ghb0t-solaris-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h

windows

386 - windows
# Export the sha256sum for verification.
$ export GHB0T_SHA256="6c90623c58a8de08160508d99683e14c29e2945397bd8e06dc442f62b0281a20"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.3.0/ghb0t-windows-386" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h
amd64 - windows
# Export the sha256sum for verification.
$ export GHB0T_SHA256="00bf796c939cbd01c39210a9e67a68f1dbf868235156b05dd32b9c938d90db3a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.3.0/ghb0t-windows-amd64" -o "/usr/local/bin/ghb0t" \
	&& echo "${GHB0T_SHA256}  /usr/local/bin/ghb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/ghb0t"

$ echo "ghb0t installed!"

# Run it!
$ ghb0t -h