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
dotfilesMy personal shell configs and stuff | |
git clone git://git.alex.balgavy.eu/dotfiles.git | |
Log | Files | Refs | Submodules | README | LICENSE |