shithub: rc

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