ref: f3afdf563f784c0a5703496f48c1a72dff4617f4
dir: /frogfind/
#!/bin/rc
baseurl=https://frogfind.com
querystr=""
if (~ $#* 1) {
switch($1) {
case http://*
querystr='read.php?a='$1
case https://*
querystr='read.php?a='$1
case *
querystr='?q='$1
}
}
mothra -a -d $baseurl/$querystr