shithub: rc

ref: fd9ea81aa4dce52417c78b6233311025c4c8a032
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