1 2 3 4 5 6 7 8 9
#!/bin/sh # Check if the file exists if [ ! -f "$1" ]; then echo "File not found!" exit 2 fi convert "$1" -resize 600x sixel:- | cat