ref: 89c9f20250438c4768fc3186d9d83b45d2997c03
dir: /select-handler/
#!/bin/rc
fs_root=/lib/gem
if(~ $location /)
location=/index.gem
if(~ $location /search){
. $rc_gemd_dir/handlers/require-input 'Input a search query'
echo 20^' '^'text/gemini'^$cr
sq=`{echo $query | urlencode -d}
ls $fs_root | grep $"sq | sed '
s,^'$fs_root'/,,g
s,^,=> ,g'
exit
}
exec serve-static