I don't quite understand what you are saying or what issue you are describing.
> Repeat-By: > > Add to ~/.bashrc: > > . /path/to/non/existent/file > termbin.clip() { > nc termbin.com 9999 | tee > } > > For testing: > > $ echo "FooBar"|termbin-clip If you are wondering why `echo "FooBar"|termbin-clip' doesn't work in the last example; it may be just because you typoed `termbin.clip' in the function definition.