shithub: rc

ref: 8a059a242e7f6ed5bdfdac4d3e1c6642c401a307
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