Skip to content

Instantly share code, notes, and snippets.

View tadpol's full-sized avatar

michael conrad tadpol tilstra tadpol

View GitHub Profile
@tadpol
tadpol / tot.sh
Last active March 23, 2020 14:12 — forked from chockenberry/tot.sh
A shell script for Tot
#!/bin/sh
set -x
basename=`basename $0`
if [ -z "$*" ]; then
echo "usage: ${basename} <dot> [ -o | -r | <file> | - ]"
echo ""
echo "options:"
echo " -o open dot in window with keyboard focus"
echo " -r read contents of dot"