Skip to content

Instantly share code, notes, and snippets.

@plytro
plytro / tmbo.sh
Created January 8, 2011 17:24 — forked from oogali/tmbo.sh
bash post to tmbo
#!/bin/sh
## tmbo.sh -- my attempt at posting from the command line
## tmbo: lnk, twitter: @oogali
##
BASE_URL=thismight.be/offensive
TMBO_CONFIG=${HOME}/.tmbo
CURL=`which curl 2>/dev/null`
if [ -z "${CURL}" ]; then
echo "$0: curl is not installed"