shithub: scripts

ref: a7fd3774d4706aeee559afbf04cc016b085002a1
dir: /bin/rc/gemhist/

View raw version
#!/bin/rc

while(){
	syscall -o read 0 buf 512 </mnt/plumb/gemini >[2]/dev/null | tail -1
	echo ''
}