summaryrefslogtreecommitdiff
path: root/.local/bin/sixprev
blob: 8174f81422fed4fa2eb5e0f04b1788e376edbd8d (plain)
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