shithub: scripts

ref: 2ebee720a8af84e6f1a4d4e390f723526553b5e0
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 ''
}