Advertisement
mkv

ompscrotter

mkv
Jun 3rd, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.34 KB | None | 0 0
  1. #!/bin/bash
  2. cd ~/Screens
  3. f="$(zenity --entry}"
  4. scrot -bu "$f"
  5. curl -# -F file1=@"$f" http://ompldr.org/upload |\
  6. awk '/Info:|FilthyHackBecauseEdCantIntoAwk:|Thumbnail:|BBCode:/{gsub(/<[^<]*?\/?>/,"");$1=$1;print}' |\
  7. grep "FilthyHackBecauseEdCantIntoAwk" |\
  8. xsel -i
  9.  
  10. # middleclick in whatever textfield to paste (scrollwheel or left+right)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement