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