shithub: rc

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