Skip to content

Instantly share code, notes, and snippets.

View ch604's full-sized avatar

Andrej Walilko ch604

View GitHub Profile
@ch604
ch604 / snowjob.sh
Last active December 31, 2015 22:49 — forked from sontek/snowjob.sh
added random flakes
#!/bin/bash
LINES=$(tput lines)
COLUMNS=$(tput cols)
declare -A snowflakes
declare -A lastflakes
clear