summaryrefslogtreecommitdiffstats
path: root/.local/bin/maze
blob: 132714f5cf123fb4eea68b64e4c520a9aed53429 (plain)
1
2
3
4
#!/usr/local/bin/bash

cols=$(tput cols)
grep -ao "[/\\]" /dev/urandom | sed -e 's,\\,╲,' -e 's,/,╱,'| tr -d \\n | while read -r -n"$cols" input; do echo "$input"; done | lolcat -F 0.01