shithub: rc-gemd

ref: a2e3a1a4993a12d21ab28ffc55ebb95d97ac7970
dir: /handlers/dir-index/

View raw version
#!/bin/rc
full_path=`{echo $"fs_root^$"location | urlencode -d}
full_path=$"full_path

echo '20 text/gemini'^$cr
ls $full_path | sed '
		s,^'$fs_root'/,,g
		s,^,=> /,g'