Skip to content

Instantly share code, notes, and snippets.

View jezstephens's full-sized avatar

Jez Stephens jezstephens

View GitHub Profile
#!/bin/env sh
lines=$(tput lines)
cols=$(tput cols)
awkscript='
{
letters="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789@#$%^&*()"
lines=$1