#!/usr/bin/env fish set char ╱ ╲ set num (math (tput cols)'*'(tput lines)) set_color yellow for i in (seq $num) echo -n $char[(random 1 2)] end cat -