tushot - scripts - various script and utils
HTML git clone git://z3bra.org/scripts
DIR Log
DIR Files
DIR Refs
---
tushot (148B)
---
1 #!/bin/sh
2
3 FILE=${1:-/dev/null}
4
5 xscreenshot | ff2png | tee $FILE | pio | tee /dev/tty | xsel -i
6 curl -s $(xsel -o) | png2ff | lel -a -w 720 -h 520