v0.5.0
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 TDASH_SHA256="7a2be69b6a507541e1f1b2ec1cf1f1410e16530ecd273370730d423c9522a7dc"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.0/tdash-darwin-386" -o "/usr/local/bin/tdash" \
&& echo "${TDASH_SHA256} /usr/local/bin/tdash" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/tdash"
$ echo "tdash installed!"
# Run it!
$ tdash -h
amd64 - darwin
# Export the sha256sum for verification.
$ export TDASH_SHA256="d7c9dde4b9e660b29d7a68f6037ffd2120d86c04cd64dc8625a20751e4e5fe86"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.0/tdash-darwin-amd64" -o "/usr/local/bin/tdash" \
&& echo "${TDASH_SHA256} /usr/local/bin/tdash" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/tdash"
$ echo "tdash installed!"
# Run it!
$ tdash -h
freebsd
386 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="ba9031382b8ba98159cc15560e2ed2e9c8c4794ace8e50cd2f5cad27d1246de8"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.0/tdash-freebsd-386" -o "/usr/local/bin/tdash" \
&& echo "${TDASH_SHA256} /usr/local/bin/tdash" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/tdash"
$ echo "tdash installed!"
# Run it!
$ tdash -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="e1373de4448f8a289773dabd95c5953d4a9499491fc8207d775c15be8dcda1b9"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.0/tdash-freebsd-amd64" -o "/usr/local/bin/tdash" \
&& echo "${TDASH_SHA256} /usr/local/bin/tdash" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/tdash"
$ echo "tdash installed!"
# Run it!
$ tdash -h
linux
386 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="784f90137cfa40d10104f909dff6292c079292ec9210ed776c975bbe7bd545c5"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.0/tdash-linux-386" -o "/usr/local/bin/tdash" \
&& echo "${TDASH_SHA256} /usr/local/bin/tdash" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/tdash"
$ echo "tdash installed!"
# Run it!
$ tdash -h
amd64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="252908a4e95c6df333cb3eaac21e3d865c0fd31ef669499f6b7eda3426fd747d"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.0/tdash-linux-amd64" -o "/usr/local/bin/tdash" \
&& echo "${TDASH_SHA256} /usr/local/bin/tdash" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/tdash"
$ echo "tdash installed!"
# Run it!
$ tdash -h
arm - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="db600f9d1432aa2efe655716b71825311b0664b937855a0804e6dced08222f70"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.0/tdash-linux-arm" -o "/usr/local/bin/tdash" \
&& echo "${TDASH_SHA256} /usr/local/bin/tdash" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/tdash"
$ echo "tdash installed!"
# Run it!
$ tdash -h
arm64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="284c6ffe3a55adb24ee35f0ecbae558b68fa69ac90c76a517f820745ab02654e"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.0/tdash-linux-arm64" -o "/usr/local/bin/tdash" \
&& echo "${TDASH_SHA256} /usr/local/bin/tdash" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/tdash"
$ echo "tdash installed!"
# Run it!
$ tdash -h
windows
386 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="de36aafc4044980ec1b1bb29b0b417f56f2f32be66055496c4104458abd826a0"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.0/tdash-windows-386" -o "/usr/local/bin/tdash" \
&& echo "${TDASH_SHA256} /usr/local/bin/tdash" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/tdash"
$ echo "tdash installed!"
# Run it!
$ tdash -h
amd64 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="c8e5e23f475ea73921afb3892b4d1e29df465ca25e8c00eff0404ca1fbd597bd"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.0/tdash-windows-amd64" -o "/usr/local/bin/tdash" \
&& echo "${TDASH_SHA256} /usr/local/bin/tdash" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/tdash"
$ echo "tdash installed!"
# Run it!
$ tdash -h