summaryrefslogtreecommitdiff
path: root/scripts/xclip2png
blob: 9347981f49ef5793232e323c27914cedd376dd5b (plain)
1
2
3
4
5
6
#!/bin/sh
filename=$(date +%d_%m_%Y)
if [[ "$1" ]] ; then
	filename="$1"
fi
xclip -selection clipboard -t image/png -o > $filename