dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

goto-target-url.cgi (143B)


      1 #!/bin/sh
      2 # Open contents of /tmp/w3m_target_url
      3 printf "%s\r\nw3m-control: DELETE_PREVBUF\r\n" "w3m-control: GOTO $(cat /tmp/w3m_target_url)"