Skip to content

Instantly share code, notes, and snippets.

View dhharris's full-sized avatar

David Hugh Harris III dhharris

View GitHub Profile
@dhaiducek
dhaiducek / gomatrix
Last active June 2, 2026 18:38
Modified Matrix Effect (original from @khakimov)
#!/bin/bash
# shellcheck disable=SC2016
awkscript='
{
lines=$1;
random_col=$3;
letter=$4;
cols[random_col]=0;
for (col in cols) {