Skip to content

Instantly share code, notes, and snippets.

@jonguenther
jonguenther / pastebin.sh
Last active February 15, 2022 03:46 — forked from ktmud/pastebin.sh
Bash Script to upload files and data to Pastebin.com
#!/bin/sh
# Paste at Pastebin.com using command line (browsers are slow, right?)
# coder : Anil Dewani
# date : Novemeber 7, 2010
# revised on June 22, 2018 by Jonathan Guenther
# see README for more information (if I have time to create one...)
echo +--------------------------------------------+
@jonguenther
jonguenther / pastebin.sh
Created June 22, 2018 09:48 — forked from ktmud/pastebin.sh
Pastebin Bash Script.
#!/bin/bash
# Paste at Pastebin.com using command line (browsers are slow, right?)
# coder : Anil Dewani
# date : Novemeber 7, 2010
#help function
howto()
{
echo "\
Pastebin.com Bash Script \