shithub: rc

ref: 8de9a4a06d6d5cc8246464f3835cfe885cf6efcc
dir: /bin/F/

View raw version
#!/bin/rc
rm -f /tmp/hold
hold /tmp/hold >[2]/dev/null && \
	{echo; fmt </tmp/hold | tee /dev/snarf}
rm -f /tmp/hold