Advertisement
Guest User

Untitled

a guest
Nov 28th, 2011
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. #!/bin/sh
  2. urxvt -e read
  3. scrot -s '%Y%m%d-%H%M%S-$wx$h.png' -e 'mv $f /srv/http/screen/ && echo http://example.com/screen/$f - скриншот, $$[$s/1024]Kb, $wx$h |xclip && notify-send Скриншот $f'
  4.  
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement