@ -1,4 +1,9 @@
#!/bin/bash
# SUPER JANKY
# USE AT YOUR OWN RISK
# lol
# ASCII blocks: █▓▒░
block="░"
[ -z "$1" ] && c="$block" || c="$1"