shithub: rc

ref: 98421abf7681f7ae8d49c4e4e82ffbdc6b215ef6
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