Skip to content

Instantly share code, notes, and snippets.

View yesmar's full-sized avatar
💭
Another Fine Product From The Nonsense Factory

ɹɐɯsǝʎ yesmar

💭
Another Fine Product From The Nonsense Factory
  • /dev/funk
View GitHub Profile
@yesmar
yesmar / tot.sh
Last active February 28, 2020 17:25 — forked from gruber/tot.sh
A shell script for Tot
#!/bin/bash
# Fork of Gruber's mod of CHOCK's original tot.sh that adds support for
# dot "0" to target the first empty dot. What's different? I fixed all
# the bugs identified by ShellCheck: https://www.shellcheck.net/
# https://gist.github.com/chockenberry/d33ef5b6e6da4a3e4aa9b07b093d3c23
basename=$(basename "$0")
if [ -z "$*" ]; then