dotfiles

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

get-query.cgi (125B)


      1 #!/bin/sh
      2 # Ask for a string and save to /tmp/w3m_query
      3 printf "Query: "
      4 read -r query
      5 printf "%s" "$query" > /tmp/w3m_query