#!/bin/sh file=~/Bilder/screenshots/$(date +%m_%d_%y_%T).png import -window root "$file" xclip -sel clip -t image/png "$file" echo "$file"