shithub: rc

ref: 571fac12b9af7d6ea8f0f8f5a25d5d7e6635a36a
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