chaos/print_img.sh
creativenothing 0c6e078a37 first commit
2022-08-14 18:23:24 +00:00

10 lines
87 B
Bash

print_img() {
printf "
"
viu --width 80 "images/$1" | sed -r 's/^/ /g'
}