aboutsummaryrefslogblamecommitdiffstats
path: root/bin/goto_clipboard.cgi
blob: faa421c9fa012bd544b788623ef0889a99e95d3e (plain) (tree)
1
2
3
4



                                                
#!/usr/bin/bash

printf "%s\r\n" "W3m-control: GOTO $(xsel -ob)";
printf "W3m-control: DELETE_PREVBUF\r\n"