0429f199aa196ab598a623c9246ed7df5f8df658
[uzbl-mobile] / examples / scripts / yank.sh
1 # use this script to pipe any variable to xclip, so you have it in your clipboard
2 exit
3 # this script is not done yet
4
5 # can we make this universal?
6 # add xclip to optdeps
7
8 which xclip &>/dev/null || exit 1
9
10 echo -n `eval "$3"` #| xclip