Advertisement
Guest User

Untitled

a guest
Sep 30th, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #!/bin/bash
  2. pngpaste /tmp/ss.png
  3. width=$((`sips -g pixelWidth /tmp/ss.png | cut -s -d ':' -f 2 | cut -c 2-` / 2))
  4. sips -Z $width /tmp/ss.png
  5. impbcopy /tmp/ss.png
  6.  
  7. /Users/yourusername/bin/shrink_clipboard > /dev/null 2&>1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement