Tiny script to screen capture.

This commit is contained in:
gardouille 2015-05-11 23:41:56 +02:00
parent a8fefd4702
commit 2b7a9c6ab1
1 changed files with 3 additions and 0 deletions

3
printscreen Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
scrot -s -e 'gimp $f ; rm -rf $f'