Skip to content

Releases: jessfraz/pastebinit

v0.2.4

25 Sep 17:35
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 PASTEBINIT_SHA256="fd29e566e1cb7c545aa76ab92fc339eaa73d61b61821913588a1deb52043870e"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - darwin
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="e4ec7bdff0b74a445415b465f2928c7230778e8f6829df617fef58e336091137"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="685d738327d15bf616bd949e589e8975d6a04e1870fe79e3deb4106eb2e75807"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="fefdf91651d2a7f79a5f1282209f3e2a677d186218c0b409b18826327640205e"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

linux

386 - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="d4d86b003a293d5659bfeea728612693c5847597ab7a0db4b1b41a765e3d4bfa"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="8f76d6b194c3063bf4ebbe4e2761d13f79da92106796a59e28f599f9570eac6c"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
arm - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="6915c981e3ce840ceda68c4f9bd0b9260377a6621bae4385f57efb3d07841d92"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
arm64 - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="7ff0f3981f03a09621b5698b1c10f8b181070929355d0baa68713cf51cabadd3"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="6e22327a10acc0066648fb950f3fe2a762d04f44834bffc5c05733b102b8576c"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

windows

386 - windows
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="98d0ee2939b1f789735c01bc84a427ce9316f9dc1c4070eb007fd1464a0a8eb2"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - windows
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="2b9f48e63cd2d450a8d82757b97fe179321a2ab530db3911c7d24dc1e71021f2"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

v0.2.3

18 Jul 23:53
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 PASTEBINIT_SHA256="c730a8643c06ac68cf2eda256ae3f3b654b71a8e57fea95ad897a35c84d57889"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - darwin
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="9a2f6c57963e2443ab2a755c758e737b3bf0fb5cb40d6124ee8618a012b97638"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="4dcbcaf1c8afa45d983f43f15aeeaad36dbb8aeeb896bae7bfa99bbdb5ccd67f"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="5972f309fa445bae2ec5181a14ab0e48241a364b31a96196b8100b708a0ac7e9"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

linux

386 - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="3778feb3d982bb757f44d3449eb0087089d0bbbf2561c02643c4656d0ee1bf4f"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="4e754f7c75befc9a38585873887a3489a2db569457cbdcdd932fe503fc2790f0"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
arm - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="ae5cab00c29d9bc59aad60ffda35c5376410a8e367bf66f71f6d2063c194e384"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
arm64 - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="5760a0df1752e27d5d2696487a1a092cb6187e706f1be5137f3ece3b329ff714"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="f1f3c8053306a3ac03d1222604b330f081af33e8eb53719d36f8f242247ca4de"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

windows

386 - windows
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="4e3cedf07a71f039aa61befb0466dc2319a6604394e0efdbe18c4046dda4f630"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - windows
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="20184892de7aa1f251fc96b85f59f8b36bd2a151edca79f04301d0868a4ca16e"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

v0.2.2

17 Jul 23:49
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 PASTEBINIT_SHA256="ea5056a5ea2659b3be335630271a2889c4fc174689eb9e79782c8a45539dcc1f"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - darwin
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="480425ee292989e57fb847311e23bb67f6fe4a503a4f20cea3fb9d4134035227"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="7d37972f9c04966081233e99b3660ed156decdba572ffd63c66087d942cf6d53"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="bf88eb10f40e7722b680ae4ec475eb60c3f1e3ca20f1c993352f3b2f428bf697"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

linux

386 - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="0964e9c248c0d708c3f506ac53adcebdbe5e09a30e4fdd322e61710f74c64a96"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="fac6e3dfe44ad614ae41db8bcca3c17300d7cef2fbd2ccbe4d7f5eab5a46e119"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
arm - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="8a918fe547edbf76f0a2201faea286076cb8b2875aa0e2de887388dac2a1e413"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
arm64 - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="4f335a1561bc4476acbcf13acd387a90fe516bb15ec550bf81df7a3d6457700e"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="16d1d898b3de260b927863ccd0c3b6cff56d28118a5a32007a3f6d594abc0d97"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

windows

386 - windows
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="edfef585c3e549cc9f347a02ce5489e6fd10428274d38d2e97d755365eb7faea"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - windows
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="dae2b2ec816a3f2ffe394d69c7f982834b7c15d579fb12e85449d90cc79574f4"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

v0.2.1

14 Jul 17:18
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 PASTEBINIT_SHA256="2b5d921feed1f671f0c18c9b7fdf8ecd451f4416b4b32b430b4d5f19d63d78bd"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - darwin
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="ce5919f1a26ea439f8545aa7e4b9f62dc091a8688ab45bdd20a7d193479408b1"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="afb7de0501de2203a35f3f14ef048d4010a6a1c00e828583f19540e77233f21a"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="9801144767ff2a29866fcd0159fef8f161c22540e290da9ae7892139f6ab08fa"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

linux

386 - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="a756b02fd4f5cc225a1203234db2d2e756d04eec1d206cd4e59d06e6bd52385e"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="fc4aa6706bf9f7bebe1d4f301a24cc0ad6c6a29e339e08a758e74a22f95e9adb"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
arm - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="18d10e66939216c626a70ff21fbd146718ac1f00ac9a006972896786a90795f1"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
arm64 - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="4f317d5a6031f1ca1a25620c2de5fae9116de17dd5703a2d35bc5530536f6b37"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="8602b2af21f3d9697abf6f4d5b2e35383a4b8997211b1da3265537d9d2e1f649"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

windows

386 - windows
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="a0b79b859ad621b8cb7a190aecd1221c0a0798f7e3ec56e73af140888d17636e"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - windows
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="5b04a9d30406d34f2debcbd9de8cf7a5e25b39336616109cab30d4534be1581e"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

v0.2.0

02 Jan 11:03
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 PASTEBINIT_SHA256="5345bdc8a9aff99dc47d6daba17fc18ee4fe72772297c16ad61c19aacf42525e"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - darwin
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="f6994e2a9928574a018f14aa73410603c1c1b201fe8f36e75d972dd731befaca"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="369be70d231ff596add2c61d71e00f3f49fa2304ebe11a243b4127af5829480a"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="728aada320872f47aaabdab4e9127702feaf932e09be8729bd1e0b04d78b5e45"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

linux

386 - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="e5515a57928b3aaf89f072441cf8a9c4ffdbb388d3f468fec4b5ad9afb641a57"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="c65dedd53231d4568c05c8656a5523dfd2679be5f10839b81558d22f274b9027"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
arm - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="9d5b7228917d520ba72f31f9b7101981d5501e39d1111ea2782a89e0d99dadf0"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
arm64 - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="51d2d08711f6c37206eb9ee14a0b9e46c00e4290c0fffd5ea51c600ffb16d7e4"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="8a66ab332a2a44bbab61f784268ce08e0500b7a7380e90114e46ea754700fff8"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

windows

386 - windows
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="16d7525a680b0406f11b379ec5ad36b50acdeb60000f3b3e9739e6ebdd130200"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - windows
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="10c932255ce58a4ffb6dbd76b1f29e9ba793ffdcc83a4f386da6c52cbeafb96c"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

v0.1.0

02 Jan 08:00
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 PASTEBINIT_SHA256="9e970e8357708617e4e470936e98eced4cc51bb2f0a278e7351578152751e2f7"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - darwin
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="69f23b3ce065e5e318c0232318ffa6ca2dc742d180f6e9b36724afa72f374fcf"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="48b0df7bebb83054a784a641a0a439ef214c60060a78c8525422887445c04992"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="62806a4c1db3cabdc3fd6590936cff617650726b164a844e93f4b6baf168a2d1"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

linux

386 - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="1071721679c84d138e86c3a87e95e963cd915bb44bcd687ffa0f48e0ea2dac23"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="b00d0c7a595646f408535dc0a91be08bc87977e72c4461fc9c57f5e95656c37d"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
arm - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="c06de628be0ba6329bb651d74ce02bf670dd49137ac16727a93f7c690f4e22ad"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
arm64 - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="58e4803c1250212ee5bd743c04195f21458fe64231b74f133a9a956846734c69"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="b5522582d8991b09c31947650fd3c6f902644285589f0a84edca1b0e529fdca1"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

windows

386 - windows
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="c6e1e98e63f4f12362e13588fed946212b31e4912263a7c6d20f96f75180191d"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - windows
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="dc37a25fcd51c8bb4d943132125e0e8624f7ac8ad3e315ec647e0bbcaec7435f"

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

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h